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 9bdd734 commit 26d8b34Copy full SHA for 26d8b34
completions/gcc
@@ -7,7 +7,7 @@ _comp_cmd_gcc()
7
8
# Test that GCC is recent enough and if not fallback to
9
# parsing of --completion option.
10
- if ! $1 --completion=" " 2>/dev/null; then
+ if ! "$1" --completion=" " 2>/dev/null; then
11
if [[ $cur == -* ]]; then
12
local cc=$("$1" -print-prog-name=cc1 2>/dev/null)
13
[[ $cc ]] || return
0 commit comments