aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsup b/rsup
index 7ce9687..c3ec60f 100755
--- 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