Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
don't use non-portable sed option -r
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 28, 2014
1 parent c7e3c17 commit 31b5ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ i18n_upload: env tx

i18n_download: env tx
$(env_bin)/tx pull -a -f --mode=reviewed --minimum-perc=50
sed -r -e '/^"POT?-[^-]+-Date: /d' -i i18n/*/*.po
sed -e '/^"POT\?-[^-]\+-Date: /d' -i i18n/*/*.po
sed -e '/^#: /d' -i i18n/*/*.po

0 comments on commit 31b5ea7

Please sign in to comment.