]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Feat: adds rsup (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:28:53 +0000 (20:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:28:53 +0000 (20:28 -0300)
rsup

diff --git a/rsup b/rsup
index 7ce96872b0f32592e6e77c223b6f426c65369ee0..c3ec60f5f102da761125147368220d92cecd6206 100755 (executable)
--- a/rsup
+++ b/rsup
@@ -30,7 +30,7 @@ fi
 commit $MESSAGE
 
 # Got up
-while -d "../.git"; do
+while test -d "../.git"; do
   sup
   cd ..
 done