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 --- Completion/Unix/Command/_gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_gcc') 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