mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Fix syntax error in __fish_print_port_packages.fish
Fixes #12063 NOTE: I'm not fish expert, please suggest a better way/place to fix this
This commit is contained in:
committed by
Fabian Boehm
parent
58cc0ad760
commit
5c2073135e
@@ -4,7 +4,6 @@ function __fish_print_port_packages
|
|||||||
|
|
||||||
__fish_cached -t 250 -k port '
|
__fish_cached -t 250 -k port '
|
||||||
printf "all\ncurrent\nactive\ninactive\ninstalled\nuninstalled\noutdated\n"
|
printf "all\ncurrent\nactive\ninactive\ninstalled\nuninstalled\noutdated\n"
|
||||||
port echo all | awk \'{$1=$1};1\'
|
port echo all | awk \'{$1=$1};1\''
|
||||||
'
|
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user