mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Replace tr invocations
This commit is contained in:
@@ -5,6 +5,6 @@ function __fish_print_interfaces --description "Print a list of known network in
|
||||
echo $i
|
||||
end
|
||||
else # OSX/BSD
|
||||
command ifconfig -l | tr ' ' '\n'
|
||||
command ifconfig -l | string split ' '
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user