aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/install b/bin/install
index ab316f61a4..5cb4071748 100755
--- a/bin/install
+++ b/bin/install
@@ -3,12 +3,12 @@
. $(dirname $0)/wrapper.sh
saved=""
-while getopts dbCcMpSsvB:f:g:m:o:D opt; do
+while getopts dbCcMpSsvB:f:g:m:o:t:D opt; do
case "$opt" in
s)
# Ignore strip argument
;;
- B|f|g|m|o)
+ B|f|g|m|o|t)
save "-$opt"
save "$OPTARG"
;;