mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
16769: Completion/Unix/Command/_gcc: fix typo
This commit is contained in:
parent
533cc753f7
commit
824e519964
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [[ "$comptype" = values ]]; then
|
|||
compset -q
|
||||
words=( fake "$words[@]" )
|
||||
(( CURRENT++ ))
|
||||
if ("$service" = LDFLAGS ]]; then
|
||||
if [[ "$service" = LDFLAGS ]]; then
|
||||
args2=( '-R:runtime path:->rundir' )
|
||||
else
|
||||
args2=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue