Browse code

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

Zach Riggle authored on 10/09/2011 at 11:06:26
Showing 1 changed files
... ...
@@ -1,10 +1,3 @@
1
-
2
-if [[ ! -d $GRAILS_HOME/scripts ]];
3
-then
4
-    echo "$0:"
5
-    echo "Please set \$GRAILS_HOME to use the 'grails' plugin, and ensure that \$GRAILS_HOME/scripts exists"
6
-fi
7
-
8 1
 _enumerateGrailsScripts() {
9 2
     # Default directoryies
10 3
     directories=($GRAILS_HOME/scripts ~/.grails/scripts ./scripts)