diff options
Diffstat (limited to 'src/git-permalink.sh.in')
-rwxr-xr-x | src/git-permalink.sh.in | 2 |
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 |