mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 01:48:08 +08:00
Ensure type
still works if $IFS is unset
This commit is contained in:
parent
22fd8e65ad
commit
f22864b813
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user