diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-25 08:10:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-25 08:10:19 (GMT) |
commit | 435ea67469544d205ef22229b350e6dca6917357 (patch) | |
tree | b1058be4f98ab268fcbe303f752c0e09f7a3106e /unix/install-sh | |
parent | f7923a7be240b5b497b509727e27798245e12ea6 (diff) | |
download | tcl-435ea67469544d205ef22229b350e6dca6917357.zip tcl-435ea67469544d205ef22229b350e6dca6917357.tar.gz tcl-435ea67469544d205ef22229b350e6dca6917357.tar.bz2 |
sync with TEA, fix some comments
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;; |