From 824e519964843a1c7ca372b7fe0dc32b554e6929 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 6 Mar 2002 14:22:40 +0000 Subject: 16769: Completion/Unix/Command/_gcc: fix typo --- ChangeLog | 4 ++++ Completion/Unix/Command/_gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a35ef5ae2..9af27815a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Adam Spiers + + * 16769: Completion/Unix/Command/_gcc: fix typo + 2002-03-05 Peter Stephenson * unposted: Config/version.mk: version 4.1.0-dev-4. diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index f297126d1..e218a4414 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -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=() -- cgit 1.4.1