diff options
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_configure b/Completion/Unix/Command/_configure index 460144ac3..299684684 100644 --- a/Completion/Unix/Command/_configure +++ b/Completion/Unix/Command/_configure @@ -21,7 +21,7 @@ if [[ ! -prefix - ]]; then compset -P 1 '*=' _value && ret=0 else - compset -S '=*' || suf=( -S = ) + compset -S '=*' || suf=( -qS = ) _wanted -x variables expl variable compadd $suf \ CC CFLAGS CPP CPPFLAGS CXX CXXFLAGS DEFS ERLCFLAGS FCFLAGS \ FFLAGS GOFLAGS LDFLAGS LIBS OBJCFLAGS OBJCXXFLAGS && ret=0 |
