diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-25 08:43:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-25 08:43:57 (GMT) |
commit | f08c951bcbfe0902d52e21f40daeff65fae386ac (patch) | |
tree | db130a4cad10920119b2d84b8847b28d9e93f117 /unix/install-sh | |
parent | cd666e485e5d8ce484dc40d6d0ab87fd5694a1bc (diff) | |
download | tk-f08c951bcbfe0902d52e21f40daeff65fae386ac.zip tk-f08c951bcbfe0902d52e21f40daeff65fae386ac.tar.gz tk-f08c951bcbfe0902d52e21f40daeff65fae386ac.tar.bz2 |
sync with TEA
Diffstat (limited to 'unix/install-sh')
-rw-r--r-- | unix/install-sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/install-sh b/unix/install-sh index 5975819..7c34c3f 100644 --- a/unix/install-sh +++ b/unix/install-sh @@ -120,7 +120,7 @@ Options: -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. - -S $stripprog installed files. + -S $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. @@ -156,8 +156,8 @@ while test $# -ne 0; do -s) stripcmd=$stripprog;; --S) stripcmd="$stripprog $2" - shift;; + -S) stripcmd="$stripprog $2" + shift;; -t) dst_arg=$2 shift;; |