From e002a38f2caa29563e78e3ebddb57dc469905a3c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 22 Jun 2021 18:13:11 -0300 Subject: src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issues --- src/git-permalink.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-permalink.sh.in') 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 -- cgit v1.2.3