aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-20 22:06:00 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-20 22:06:00 +0200
commit38a776517dfde0d1713534c347f3778c4e9c4c39 (patch)
tree47dbbf41a64f09cd60690e681a3bd823e68bd9c1 /node
parent4134cb569725346db0d8a224a061de07b0f74695 (diff)
Typo fix.
Diffstat (limited to 'node')
-rwxr-xr-xnode/lava-submit2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/lava-submit b/node/lava-submit
index d3e7a11..3cdcad8 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" || "$LAVA_SUBMIT" = "0" ]; then
exit;
fi