From 365662c8825a920ee531d1ed9854f1e9ef666276 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Feb 2006 15:03:34 +0000 Subject: [PATCH] bash_profile: Make .catacomb if necessary. --- bash_profile | 1 + 1 file changed, 1 insertion(+) 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 : -- 2.11.0