X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Fcustom_overrides%2Ffred%2Fjava_profile.sh;h=0f25a7ac3988bba13333c14bcd1e47d8974f4d09;hb=73762077041da828b24ffb9993bae49267f02507;hp=50e2c290b296dd41afb7fdb4fa426828a6f959a3;hpb=89e9af812502a016663667a857a1dd0c6fe3057f;p=feisty_meow.git diff --git a/examples/custom_overrides/fred/java_profile.sh b/examples/custom_overrides/fred/java_profile.sh index 50e2c290..0f25a7ac 100644 --- a/examples/custom_overrides/fred/java_profile.sh +++ b/examples/custom_overrides/fred/java_profile.sh @@ -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 }