summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-07-12 08:16:41 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-07-12 08:16:41 +0000
commit28b24734be7e63f9cd24e41a237e7fde45ac9316 (patch)
treec8dc8ab06f0b3940f15378e52110ab8bb9474739
parentcb16b957a1447ac3809070d8d8cdf4c019a161a2 (diff)
downloaddefinitions-28b24734be7e63f9cd24e41a237e7fde45ac9316.tar.gz
== syntax doesn't work for a real /bin/sh
Change-Id: I6a563d7268df670495db792912e5ef8434d91d93
-rwxr-xr-xextensions/tar.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/tar.check b/extensions/tar.check
index f2304d46..ca5747fd 100755
--- a/extensions/tar.check
+++ b/extensions/tar.check
@@ -17,7 +17,7 @@
set -eu
-if [ "$UPGRADE" == "yes" ]; then
+if [ "$UPGRADE" = "yes" ]; then
echo >&2 "ERROR: Cannot upgrade a tar file deployment."
exit 1
fi