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

pull/595/head
Zach Riggle 2011-09-10 07:06:26 -04:00
parent 5173634359
commit f9c143b69c
1 changed files with 0 additions and 7 deletions

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)