From 4391acd474f5faa39d58465bce509130d83864a4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 20:29:19 -0500 Subject: [PATCH] cleaning up error output for cygwin. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 524d6cc2..3e7b0c8a 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -184,7 +184,7 @@ function clean_cvs_junk() { function regenerate() { bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh echo - local wheres_nechung=$(which nechung) + local wheres_nechung=$(which nechung 2>/dev/null) if [ -z "$wheres_nechung" ]; then echo "The nechung oracle program cannot be found. You may want to consider" echo "rebuilding the feisty meow applications with this command:" -- 2.34.1