From a04b2230f1f1464b36e5d9ef21c4bf964668bd51 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 12 Feb 2012 17:42:49 -0500 Subject: [PATCH] made the recustomize macro work even with a missing generated folder. --- scripts/core/common.alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 99c33130..16869c96 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -88,7 +88,7 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh' # says goodbye when leaving a shell. alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh' # redoes fred's set of custom scripts. -alias recustomize='echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom; regenerate' +alias recustomize='regenerate &>/dev/null; echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom; regenerate' # makes root user's home directory's permissions right. alias reroot='chown -R root:root /root' # replace the vi command with a graphical version on windows. -- 2.34.1