Fix Bash Brace Expansion

It bug appeared in Debian and Trisquel
This commit is contained in:
Jesús
2019-02-25 12:52:25 -05:00
parent 1b96328b2c
commit 204400b329
2 changed files with 19 additions and 2 deletions

View File

@@ -82,8 +82,7 @@ else
endif
vendor:
rm -rf output/{de,en,eo,fr}/vendor/
xargs -n 1 cp -pPR content/vendor/<<<"output/de output/en output/eo output/fr"
@bash $(BASEDIR)/scripts/vendor.sh
stopserver:
$(BASEDIR)/develop_server.sh stop