From: Mark Wooding Date: Thu, 16 Feb 2006 15:03:34 +0000 (+0000) Subject: bash_profile: Make .catacomb if necessary. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/365662c8825a920ee531d1ed9854f1e9ef666276?ds=sidebyside;hp=801a881abd49566de0029538ea95ba21bd75d6c2 bash_profile: Make .catacomb if necessary. --- diff --git a/bash_profile b/bash_profile index 02a40c8..7259fe6 100644 --- a/bash_profile +++ b/bash_profile @@ -171,6 +171,7 @@ fi # --- And a passphrase pixie --- if pixie --version >/dev/null 2>&1; then + mkdir -p $HOME/.catacomb pixie=${CATACOMB_PIXIE-$HOME/.catacomb/pixie} if [ -S "$pixie" ] && pixie -C help >/dev/null 2>/dev/null; then :