refactor: for consistency, don't use builtin jobs, just jobs

pull/516/head
Jorge Bucaran 5 years ago
parent 37335526dc
commit 076e12db1a
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -457,7 +457,7 @@ function _fisher_rm -a pkg
end
function _fisher_jobs
builtin jobs $argv | command awk '/^[0-9]+\t/ { print $1 }'
jobs $argv | command awk '/^[0-9]+\t/ { print $1 }'
end
function _fisher_wait

Loading…
Cancel
Save