Skip to content

Commit e9bb161

Browse files
committed
Another shellcheck fix
1 parent b0aaa9d commit e9bb161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/spell_check/check_spelling.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ while getopts ":rdl:" opt; do
5656
;;
5757
esac
5858
done
59-
shift $(($OPTIND - 1))
59+
shift $((OPTIND - 1))
6060

6161
if [ $# -ne 0 ]; then
6262
EXCLUDE=$(${GP}sed -e 's/\s*#.*$//' -e '/^\s*$/d' $AGIGNORE | tr '\n' '|' | ${GP}sed -e 's/|$//')

0 commit comments

Comments
 (0)