diff options
Diffstat (limited to 'unix/install-sh')
-rwxr-xr-x | unix/install-sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/install-sh b/unix/install-sh index 093e5ea..ec298b5 100755 --- a/unix/install-sh +++ b/unix/install-sh @@ -110,7 +110,6 @@ Options: -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -p pass -p to $cpprog. - -R OPTION $stripprog installed files using OPTION. -s $stripprog installed files. -S SUFFIX attempt to back up existing files, with suffix SUFFIX. -t DIRECTORY install into DIRECTORY. @@ -155,9 +154,6 @@ while test $# -ne 0; do -p) cpprog="$cpprog -p";; - -R) stripcmd="$stripprog $2" - shift;; - -s) stripcmd=$stripprog;; -S) backupsuffix="$2" |