From: Silvio Rhatto Date: Wed, 31 Jul 2024 00:04:30 +0000 (-0300) Subject: Fix: rsup enhancements (4) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=251549d447574f9f20f35c97cb79a24f66eb5c07;p=utils-git.git Fix: rsup enhancements (4) --- diff --git a/rsup b/rsup index 0df2282..c90a8a3 100755 --- a/rsup +++ b/rsup @@ -79,9 +79,7 @@ while true; do fi # Go up - if upward_commit; then - cd .. - else + if ! upward_commit; then break fi done