]> git.mxchange.org Git - friendica.git/commit
Fix `run_xgettext.sh` code and make it work on osx
authorfabrixxm <fabrix.xm@gmail.com>
Fri, 1 Oct 2021 15:19:16 +0000 (17:19 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Fri, 1 Oct 2021 15:26:19 +0000 (17:26 +0200)
commit30c3740f67b84121cc29af7bf99e8091dd5d46b6
tree4dbef1cf593c1e968da0a5b6a36908117f7ba0fd
parent0c53adfd721c82d7299269e935e053ea9c371557
Fix `run_xgettext.sh` code and make it work on osx

- run script thru `shellcheck` and fix code
- replace `readlink -f` with a function which works on osx too
- set flags to stop on errors
bin/run_xgettext.sh