X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=customizing%2Ffred%2Fjava_profile.sh;h=f9268a015adb5b9de99591e41d5501452b784e16;hb=9a3f9b98d7c820bbbfe093c13784694c05f1659d;hp=7e0c1721faba1af18ea6a0925a2992b6f2f2e00f;hpb=5147de169ea3616475f5cf6a48b6741e5279242f;p=feisty_meow.git diff --git a/customizing/fred/java_profile.sh b/customizing/fred/java_profile.sh index 7e0c1721..f9268a01 100644 --- a/customizing/fred/java_profile.sh +++ b/customizing/fred/java_profile.sh @@ -6,16 +6,18 @@ ############################ -function whichable() -{ - to_find="$1"; shift - which which &>/dev/null - if [ $? -ne 0 ]; then - # there is no which command here. we produce nothing due to this. - echo - fi - echo $(which $to_find) -} +source $FEISTY_MEOW_SCRIPTS/core/functions.sh + +#function whichable() +#{ +# to_find="$1"; shift +# which which &>/dev/null +# if [ $? -ne 0 ]; then +# # there is no which command here. we produce nothing due to this. +# echo +# fi +# echo $(which $to_find) +#} # this reports when we have totally failed to figure out where a folder # is actually located on the machine.