aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-19 21:22:37 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-19 21:22:37 +0000
commite56c47c85e8272082ab47b299b70b68b9d522c9f (patch)
treec9ad557debeb994094593e43cdcfce1cb203b996 /applets
parent8a69a6b1dc259ea679be17a38946041ec116dbfe (diff)
downloadbusybox-w32-e56c47c85e8272082ab47b299b70b68b9d522c9f.tar.gz
busybox-w32-e56c47c85e8272082ab47b299b70b68b9d522c9f.tar.bz2
busybox-w32-e56c47c85e8272082ab47b299b70b68b9d522c9f.zip
Update readme and install.sh usage message.
git-svn-id: svn://busybox.net/trunk/busybox@13438 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/install.sh2
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
6prefix=${1} 6prefix=${1}
7if [ -z "$prefix" ]; then 7if [ -z "$prefix" ]; then
8 echo "No installation directory, aborting." 8 echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]"
9 exit 1; 9 exit 1;
10fi 10fi
11h=`sort busybox.links | uniq` 11h=`sort busybox.links | uniq`