diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-11 21:55:04 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-11 21:55:04 +0000 |
commit | 0919274a3f81f6df124bd1d06626f2431fd0dcf1 (patch) | |
tree | 3485e1645439990642fcb941d579deb10f8a17a7 /applets | |
parent | 80a0b1ec6a628a7bfee5b60f1d979d5908376826 (diff) | |
download | busybox-w32-0919274a3f81f6df124bd1d06626f2431fd0dcf1.tar.gz busybox-w32-0919274a3f81f6df124bd1d06626f2431fd0dcf1.tar.bz2 busybox-w32-0919274a3f81f6df124bd1d06626f2431fd0dcf1.zip |
Updates
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@368 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-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 @@ | |||
2 | 2 | ||
3 | set -e | 3 | set -e |
4 | 4 | ||
5 | if [ "$1" == "" ]; then | 5 | if [ "$1" = "" ]; then |
6 | echo "No installation directory, aborting." | 6 | echo "No installation directory, aborting." |
7 | exit 1; | 7 | exit 1; |
8 | fi | 8 | fi |