From c2ed9f96a7772bde53662e668dd3e1876f39a293 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 1 Aug 2003 16:29:20 +0000 Subject: 18920: fix unset IFS betterer --- Completion/Base/Core/_main_complete | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Base/Core/_main_complete') diff --git a/Completion/Base/Core/_main_complete b/Completion/Base/Core/_main_complete index c0216a942..b231b994d 100644 --- a/Completion/Base/Core/_main_complete +++ b/Completion/Base/Core/_main_complete @@ -3,6 +3,8 @@ # The main loop of the completion code. This is what is called when # completion is attempted from the command line. +# In case non-standard separators are in use. +local IFS=$' \t\n\0' # If you want to complete only set or unset options for the unsetopt # and setopt builtin, un-comment these lines: -- cgit 1.4.1