diff options
-rw-r--r-- | tools/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/install.sh b/tools/install.sh index f89d73a..46c8c4a 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -32,11 +32,11 @@ # XXX - not all options are recognised. while [ ! -z $1 ]; do case $1 in - -C | -c | -D | -M | -p | -s) shift;; - -f | -g | -m | -o) shift; shift;; + -b | -C | -c | -M | -p | -S | -s) shift;; + -B | -f | -g | -m | -o) shift; shift;; *) break; esac done # the remaining arguments are assumed to be files/dirs only. -exec install -c -p $* +exec install -p $* |