mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Ensure type still works if $IFS is unset
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user