summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 16539a02c..2b00c904a 100755
--- a/manage
+++ b/manage
@@ -266,7 +266,7 @@ weblate.push.translations() {
if [ "$exitcode" -eq 42 ]; then
return 0
fi
- if [ "$exitcode" ]; then
+ if [ "$exitcode" -gt 0 ]; then
return $exitcode
fi
(