locales/update.sh: Use bash from env
This commit is contained in:
parent
316c428e7e
commit
e18c8d353c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
xgettext --from-code=UTF-8 --no-wrap -d messages -p locales/ *.php */*.php */*/*.php
|
||||
|
||||
|
|
Loading…
Reference in a new issue