diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:04:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:04:30 -0300 |
commit | 251549d447574f9f20f35c97cb79a24f66eb5c07 (patch) | |
tree | 4b68d42079c5078f4777886988ecc0fed861680c | |
parent | 160c86c30c7d050201688225c51968c9fa6ad8d2 (diff) | |
download | utils-git-251549d447574f9f20f35c97cb79a24f66eb5c07.tar.gz utils-git-251549d447574f9f20f35c97cb79a24f66eb5c07.tar.bz2 |
Fix: rsup enhancements (4)
-rwxr-xr-x | rsup | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -79,9 +79,7 @@ while true; do fi # Go up - if upward_commit; then - cd .. - else + if ! upward_commit; then break fi done |