Skip to content

Commit 543febe

Browse files
committed
Remove == bashism
1 parent a592fa5 commit 543febe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
XPI_NAME="pkg/$APP_NAME-$VERSION.xpi"
4242

4343
cd "src"
44-
if [ "$1" == "uncommitted" ]; then
44+
if [ "$1" = "uncommitted" ]; then
4545
printf >&2 "WARNING: using zip instead of git archive to build .xpi\n"
4646
CHANGES="$(git status . -s)"
4747
if [ -n "$CHANGES" ]; then

0 commit comments

Comments
 (0)