aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrsup4
1 files changed, 1 insertions, 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