Skip to content
Snippets Groups Projects
Commit 11b31762 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

fix error when running with BSD sed, re #5

parent 78174fc5
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ js-%.po: js-%.pot ...@@ -93,7 +93,7 @@ js-%.po: js-%.pot
js-%.json: js-%.po js-%.json: js-%.po
$(NPM_BIN)/gettext-compile --output $@ $< $(NPM_BIN)/gettext-compile --output $@ $<
sed -i 's/^{[^{]*//;s/}$$//' $@ sed -i~ 's/^{[^{]*//;s/}$$//' $@
%.pot: $(PHP_SOURCES) %.pot: $(PHP_SOURCES)
xgettext -o $@ --from-code=UTF-8 $(PHP_SOURCES) xgettext -o $@ --from-code=UTF-8 $(PHP_SOURCES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment