mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -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 '
|
||||
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
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user