From: Chris Koeritz Date: Wed, 22 Feb 2012 01:29:19 +0000 (-0500) Subject: cleaning up error output for cygwin. X-Git-Tag: 2.140.90~1579 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4391acd474f5faa39d58465bce509130d83864a4;p=feisty_meow.git cleaning up error output for cygwin. --- 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:"