diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
commit | 47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4 (patch) | |
tree | 77b059089eb70cf671ae3bf5930fda9cf184e04b /unix/install-sh | |
parent | 657ded5397a440b328236e0e1e575df180e331dd (diff) | |
parent | bc7cee752da36301f1478e54749f8e6b4a8d8b3e (diff) | |
download | tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.zip tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.gz tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/install-sh')
-rwxr-xr-x | unix/install-sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/install-sh b/unix/install-sh index c68581d..7c34c3f 100755 --- a/unix/install-sh +++ b/unix/install-sh @@ -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;; |