Skip to content

Commit 3ab22bb

Browse files
author
MB
committed
[makexpi.sh] Execute sh, not merge-rulesets.sh
Fixes permission errors.
1 parent 816a215 commit 3ab22bb

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
@@ -82,7 +82,7 @@ if [ -e "$GIT_OBJECT_FILE" ]; then
8282
fi
8383

8484

85-
. merge-rulesets.sh
85+
sh ./merge-rulesets.sh
8686
cd src
8787

8888
# Build the XPI!

0 commit comments

Comments
 (0)