aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 9b469863..05f8bbf4 100755
--- a/install
+++ b/install
@@ -61,5 +61,5 @@ while getopts :gmntx opt; do
;;
esac
done
-shift "$((OPTIND-1))"
+shift $((OPTIND-1))