cleaning up error output for cygwin.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 01:29:19 +0000 (20:29 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 01:29:19 +0000 (20:29 -0500)
scripts/core/functions.sh

index 524d6cc213f5f35bd0518f3d6b82f0fbd606b94d..3e7b0c8a168025366add9293ef3fc73dc4fabf1f 100644 (file)
@@ -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:"