From 87c482d751b9c8211974352139cf7fedb9797f5f Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Fri, 18 Oct 2013 08:35:22 -0700 Subject: 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles --- Completion/Unix/Command/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_make') diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 7b4c22466..e5a513f64 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -59,7 +59,7 @@ _make-expandVars() { } _make-parseMakefile () { - local input var val target dep TAB=$'\t' dir=$1 tmp + local input var val target dep TAB=$'\t' dir=$1 tmp IFS= while read input do -- cgit 1.4.1