summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-12-18 14:18:49 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-12-18 14:18:49 +0100
commitd24869a157d3820636d57c29c63b17609745e131 (patch)
tree7997043fb336309010a9e90be435232b3160f82d /tools
parent680c3eadb6aaec1f3653636db081a519e0f62ef5 (diff)
downloadUXP-d24869a157d3820636d57c29c63b17609745e131.tar
UXP-d24869a157d3820636d57c29c63b17609745e131.tar.gz
UXP-d24869a157d3820636d57c29c63b17609745e131.tar.lz
UXP-d24869a157d3820636d57c29c63b17609745e131.tar.xz
UXP-d24869a157d3820636d57c29c63b17609745e131.zip
Make sure channel-prefs.js is packaged into MAR files.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-packaging/common.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/update-packaging/common.sh b/tools/update-packaging/common.sh
index eb358806f..ec9478035 100755
--- a/tools/update-packaging/common.sh
+++ b/tools/update-packaging/common.sh
@@ -76,8 +76,7 @@ make_add_instruction() {
check_for_add_if_not_update() {
add_if_not_file_chk="$1"
- if [ `basename $add_if_not_file_chk` = "channel-prefs.js" -o \
- `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
+ if [ `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
## "true" *giggle*
return 0;
fi