summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-06-09 12:32:00 -0400
committergorhill <rhill@raymondhill.net>2016-06-09 12:32:00 -0400
commit8ee1f8812fb67833297eaa9eab701c5ff0b5d9c6 (patch)
tree7624faee0c5aa8c391aa78842b76ed7752443edb /tools
parent48d8ef2e4888f836e8f710ef3751c102f36c66a9 (diff)
fix #1661 as suggested
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-chromium.sh2
-rwxr-xr-xtools/make-firefox.sh2
-rwxr-xr-xtools/make-opera.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-chromium.sh b/tools/make-chromium.sh
index ead1168f..8d1f5891 100755
--- a/tools/make-chromium.sh
+++ b/tools/make-chromium.sh
@@ -9,7 +9,7 @@ DES=dist/build/uBlock0.chromium
rm -rf $DES
mkdir -p $DES
-./tools/make-assets.sh $DES
+bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index 464af81a..fa43e3f1 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -8,7 +8,7 @@ DES=dist/build/uBlock0.firefox
rm -rf $DES
mkdir -p $DES
-./tools/make-assets.sh $DES
+bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/
diff --git a/tools/make-opera.sh b/tools/make-opera.sh
index 82a78c83..c7fde461 100755
--- a/tools/make-opera.sh
+++ b/tools/make-opera.sh
@@ -9,7 +9,7 @@ DES=dist/build/uBlock0.opera
rm -r $DES
mkdir -p $DES
-./tools/make-assets.sh $DES
+bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/