diff options
author | Rob Landley <rob@landley.net> | 2006-01-19 21:22:37 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-01-19 21:22:37 +0000 |
commit | c8e41157a2b6486397ded716846c6cd8c8edac8e (patch) | |
tree | c9ad557debeb994094593e43cdcfce1cb203b996 /applets | |
parent | 5a620ea22003cba12dc58bc1f30c11cfe9965825 (diff) | |
download | busybox-w32-c8e41157a2b6486397ded716846c6cd8c8edac8e.tar.gz busybox-w32-c8e41157a2b6486397ded716846c6cd8c8edac8e.tar.bz2 busybox-w32-c8e41157a2b6486397ded716846c6cd8c8edac8e.zip |
Update readme and install.sh usage message.
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 cc6c1fa49..0bffc7300 100755 --- a/applets/install.sh +++ b/applets/install.sh | |||
@@ -5,7 +5,7 @@ export LC_CTYPE=POSIX | |||
5 | 5 | ||
6 | prefix=${1} | 6 | prefix=${1} |
7 | if [ -z "$prefix" ]; then | 7 | if [ -z "$prefix" ]; then |
8 | echo "No installation directory, aborting." | 8 | echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]" |
9 | exit 1; | 9 | exit 1; |
10 | fi | 10 | fi |
11 | h=`sort busybox.links | uniq` | 11 | h=`sort busybox.links | uniq` |