Created
February 22, 2013 18:07
-
-
Save daniellockard/5015402 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elif [[ "$COMMAND" = -* ]] ; then | |
# class and package names cannot begin with a - | |
echo "Error: No command named \`$COMMAND' was found. Perhaps you meant \`hadoop ${COMMAND#-}'" | |
exit 1 | |
else |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment