fix(bpkg-run): propgate exit code in command

pull/152/head
Joseph Werle 2 years ago
parent d11e3d5584
commit d02dc66d15

@ -57,7 +57,7 @@ runner () {
shift
# shellcheck disable=SC2068
eval "$cmd"
return 0
return $?
}
bpkg_run () {

Loading…
Cancel
Save