mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Ensure type
still works if $IFS is unset
This commit is contained in:
parent
22fd8e65ad
commit
f22864b813
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue