Skip to content

Commit

Permalink
fix gorhill#1661 as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 9, 2016
1 parent 48d8ef2 commit 8ee1f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/make-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion tools/make-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion tools/make-opera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8ee1f88

Please sign in to comment.