Last active
December 27, 2015 04:28
-
-
Save mneedham/7266623 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/sh | |
| echo "i know spaces in the name are bad but the actual problem is the JRE 1.7 location on a Mac. JDK works fine" |
This file contains hidden or 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
| $ if [ ! -x "foo \bar.sh" ]; then echo "cannot execute"; fi | |
| cannot execute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment