diff options
Diffstat (limited to 'applets/install.sh')
-rwxr-xr-x | applets/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/install.sh b/applets/install.sh index 769d1f4a3..100b26bad 100755 --- a/applets/install.sh +++ b/applets/install.sh @@ -2,7 +2,7 @@ set -e -if [ "$1" == "" ]; then +if [ "$1" = "" ]; then echo "No installation directory, aborting." exit 1; fi |