updates for less shelly behavior
[feisty_meow.git] / scripts / generator / produce_feisty_meow.sh
index fb7a065468f1245681d4fed0334200855892bc29..3985f0957d7a6336e74bc80bf982f4b13f48d662 100644 (file)
@@ -88,7 +88,7 @@ function update_system_helper_header()
   fi
 
   # set the cygwin root path if we're on cygwin.
-  whichable cygpath
+  whichable cygpath &>/dev/null
   if [ $? -eq 0 ]; then
     # found cygpath, so run it now to get the dossy path of the root ('/' folder).
     found_root="$(cygpath -w -m /)"