summaryrefslogtreecommitdiff
path: root/plugins/grails
diff options
context:
space:
mode:
authorZach Riggle <zach@riggle.me>2011-09-10 07:06:26 -0400
committerZach Riggle <zach@riggle.me>2011-09-10 07:07:33 -0400
commitf9c143b69c30396f79e2cb75d11e70e4b983c1bd (patch)
tree2e2a041d9a6f2a8db25a6c46486d8bd0184d033a /plugins/grails
parent51736343595eb83f9d2364b50cf0b62227a4fab4 (diff)
downloadzsh-f9c143b69c30396f79e2cb75d11e70e4b983c1bd.tar.gz
zsh-f9c143b69c30396f79e2cb75d11e70e4b983c1bd.tar.bz2
zsh-f9c143b69c30396f79e2cb75d11e70e4b983c1bd.zip
[plugins/grails] Remove warning message; it's always displayed
Diffstat (limited to 'plugins/grails')
-rwxr-xr-xplugins/grails/grails.plugin.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/grails/grails.plugin.zsh b/plugins/grails/grails.plugin.zsh
index 88e8b9008..cc6f9c53b 100755
--- a/plugins/grails/grails.plugin.zsh
+++ b/plugins/grails/grails.plugin.zsh
@@ -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)