diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -e -if [ "$1" == "" ]; then +if [ "$1" = "" ]; then echo "No installation directory, aborting." exit 1; fi |