We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5526b commit 40a204eCopy full SHA for 40a204e
completions/ARRAY
@@ -48,7 +48,7 @@ _comp_xfunc_ARRAY_filter()
48
esac
49
done
50
51
- shift $((OPTIND - 1))
+ shift "$((OPTIND - 1))"
52
if (($# != 2)); then
53
printf 'bash_completion: %s: %s\n' "$FUNCNAME" "unexpected number of arguments: $#" >&2
54
printf 'usage: %s %s\n' "$FUNCNAME" "[-EFGpsmxrC] ARRAY_NAME CONDITION" >&2
0 commit comments