From 4c213d57ac42b51e41fcbbb4a50968c12ea05d8a Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 17 Oct 2005 14:56:16 +0000 Subject: 21880: add carriage return to IFS in completion context. --- Completion/compinit | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/compinit') diff --git a/Completion/compinit b/Completion/compinit index 76792fd0a..74a512fc3 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -156,6 +156,7 @@ _comp_options=( # and don't get confused by user's ZERR trap handlers. _comp_setup='setopt localoptions localtraps ${_comp_options[@]}; + local IFS=$'\'\ \\t\\r\\n\\0\'' exec