aboutsummaryrefslogtreecommitdiff
path: root/src/git-permalink.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/git-permalink.sh.in')
-rwxr-xr-xsrc/git-permalink.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-permalink.sh.in b/src/git-permalink.sh.in
index 9c26293..6c83787 100755
--- a/src/git-permalink.sh.in
+++ b/src/git-permalink.sh.in
@@ -134,7 +134,7 @@ while getopts 'phV' flag; do
esac
done
-shift $(($OPTIND - 1))
+shift $((OPTIND - 1))
if [ -z "${1:-}" ]; then
printf '%s\n\n' "$MSG_MISSING_FILE" >&2