From 251549d447574f9f20f35c97cb79a24f66eb5c07 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Jul 2024 21:04:30 -0300 Subject: Fix: rsup enhancements (4) --- rsup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- cgit v1.2.3