aboutsummaryrefslogtreecommitdiff
path: root/node/lava-submit
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-20 22:18:17 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-20 22:18:17 +0200
commit97a8370c89f52d26e47ffe8b655024383e32957d (patch)
treea697983fd94c33b7aabac482dd96e6dcaf09d4f1 /node/lava-submit
parent38a776517dfde0d1713534c347f3778c4e9c4c39 (diff)
Another sh syntax typo.
Diffstat (limited to 'node/lava-submit')
-rwxr-xr-xnode/lava-submit2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/lava-submit b/node/lava-submit
index 3cdcad8..3a92ccf 100755
--- a/node/lava-submit
+++ b/node/lava-submit
@@ -10,7 +10,7 @@
set -xe
-if [ -z "$LAVA_SUBMIT" || "$LAVA_SUBMIT" = "0" ]; then
+if [ -z "$LAVA_SUBMIT" -o "$LAVA_SUBMIT" = "0" ]; then
exit;
fi