X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=btrbk-run;h=59631fdd75efbad9f54733a08b22975e5b5712c8;hb=88d40e435fe7d525e033558101f0c0a8101c27b2;hp=f0f16bda44f3013bc48ec4ed10c1c1955cbd8d9c;hpb=7b2ec509be2266c4c9f42727e7db4e7fdd63b7ae;p=distro-setup diff --git a/btrbk-run b/btrbk-run index f0f16bd..59631fd 100644 --- a/btrbk-run +++ b/btrbk-run @@ -105,7 +105,8 @@ if ! $pull_reexec && [[ $source ]]; then if diff -q $tmpf $BASH_SOURCE; then echo "$0: found newer version on host $source. reexecing" install -T $tmpf /usr/local/bin/btrbk-run - /usr/local/bin/btrbk-run --pull-reexec "${orig_args[@]}" + m /usr/local/bin/btrbk-run --pull-reexec "${orig_args[@]}" + exit fi fi