0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

[plugins/grails] Remove warning message; it's always displayed

This commit is contained in:
Zach Riggle 2011-09-10 07:06:26 -04:00
parent 5173634359
commit f9c143b69c

View file

@ -1,10 +1,3 @@
if [[ ! -d $GRAILS_HOME/scripts ]];
then
echo "$0:"
echo "Please set \$GRAILS_HOME to use the 'grails' plugin, and ensure that \$GRAILS_HOME/scripts exists"
fi
_enumerateGrailsScripts() {
# Default directoryies
directories=($GRAILS_HOME/scripts ~/.grails/scripts ./scripts)