We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aaa9d commit e9bb161Copy full SHA for e9bb161
scripts/spell_check/check_spelling.sh
@@ -56,7 +56,7 @@ while getopts ":rdl:" opt; do
56
;;
57
esac
58
done
59
-shift $(($OPTIND - 1))
+shift $((OPTIND - 1))
60
61
if [ $# -ne 0 ]; then
62
EXCLUDE=$(${GP}sed -e 's/\s*#.*$//' -e '/^\s*$/d' $AGIGNORE | tr '\n' '|' | ${GP}sed -e 's/|$//')
0 commit comments