Ensure type still works if $IFS is unset

This commit is contained in:
Kevin Ballard 2014-09-08 23:35:29 -07:00
parent 22fd8e65ad
commit f22864b813

View file

@ -6,6 +6,7 @@ function type --description "Print the type of a command"
set -l mode normal set -l mode normal
set -l multi no set -l multi no
set -l selection all set -l selection all
set -l IFS \n\ \t
# Parse options # Parse options
set -l names set -l names