Update readme and install.sh usage message.

This commit is contained in:
Rob Landley 2006-01-19 21:22:37 +00:00
parent 5a620ea220
commit c8e41157a2
2 changed files with 11 additions and 10 deletions

View file

@ -5,7 +5,7 @@ export LC_CTYPE=POSIX
prefix=${1}
if [ -z "$prefix" ]; then
echo "No installation directory, aborting."
echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]"
exit 1;
fi
h=`sort busybox.links | uniq`