Skip to content

Commit deda094

Browse files
author
MB
committed
Change makexpi shebang
iirc, pipefail is a relic from when sh was used to build rulesets.xml. Regardless, it isn't posixy and doesn't seem to be required.
1 parent 24bba16 commit deda094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makexpi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/bash
2-
set -o errexit -o pipefail
1+
#!/bin/sh
2+
set -o errexit
33
APP_NAME=https-everywhere
44

55
# builds a .xpi from the git repository, placing the .xpi in the root

0 commit comments

Comments
 (0)