From f22864b813bca0ded5a79c7914d06187acc9afd9 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 8 Sep 2014 23:35:29 -0700 Subject: [PATCH] Ensure `type` still works if $IFS is unset --- share/functions/type.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/type.fish b/share/functions/type.fish index e7bc7b288..69c151868 100644 --- a/share/functions/type.fish +++ b/share/functions/type.fish @@ -6,6 +6,7 @@ function type --description "Print the type of a command" set -l mode normal set -l multi no set -l selection all + set -l IFS \n\ \t # Parse options set -l names