Use more backward compatible -a flag

pull/597/head
Jorge Bucaran 4 years ago
parent dbf07b1709
commit 168004cf1e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -28,7 +28,7 @@ function fisher -a cmd -d "fish plugin manager"
set -l pid_list
if not isatty
read -lz --list list
read -laz list
set -a argv $list
end

Loading…
Cancel
Save