bash_profile: Make .catacomb if necessary.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:03:34 +0000 (15:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:03:34 +0000 (15:03 +0000)
bash_profile

index 02a40c8..7259fe6 100644 (file)
@@ -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
     :