We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a592fa5 commit 543febeCopy full SHA for 543febe
makexpi.sh
@@ -41,7 +41,7 @@ fi
41
XPI_NAME="pkg/$APP_NAME-$VERSION.xpi"
42
43
cd "src"
44
-if [ "$1" == "uncommitted" ]; then
+if [ "$1" = "uncommitted" ]; then
45
printf >&2 "WARNING: using zip instead of git archive to build .xpi\n"
46
CHANGES="$(git status . -s)"
47
if [ -n "$CHANGES" ]; then
0 commit comments