From 9ffdaa647ee57263247e047e6c67c5a7fa1f2a6c Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 11 Feb 2000 21:55:04 +0000 Subject: Updates -Erik --- applets/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') 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 -- cgit v1.2.3