cleaned up some logging.
[feisty_meow.git] / examples / custom_overrides / fred / java_profile.sh
index 50e2c290b296dd41afb7fdb4fa426828a6f959a3..0f25a7ac3988bba13333c14bcd1e47d8974f4d09 100644 (file)
@@ -11,7 +11,9 @@
 function intuition_failure()
 {
   missing="$1"; shift
-  echo "Could not intuit '$missing' variable."
+  if [ ! -z "$SHELL_DEBUG" ]; then
+    echo "Could not intuit '$missing' variable."
+  fi
   # remove the variable because its value is busted.
   unset $missing
 }