mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
16769: Completion/Unix/Command/_gcc: fix typo
This commit is contained in:
parent
533cc753f7
commit
824e519964
@ -1,3 +1,7 @@
|
||||
2002-03-06 Adam Spiers <adam@spiers.net>
|
||||
|
||||
* 16769: Completion/Unix/Command/_gcc: fix typo
|
||||
|
||||
2002-03-05 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Config/version.mk: version 4.1.0-dev-4.
|
||||
|
@ -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…
Reference in New Issue
Block a user