build: invoke ./build/mkbasepot.sh without any parameters
e.g. to build everything Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
parent
df2364f240
commit
269df2426d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ esac
|
|||
|
||||
[ -n "$1" ] && set -- "${1%/}"
|
||||
|
||||
[ -n "$1" ] || ./build/mkbasepot.sh
|
||||
|
||||
# Absent a [folder] parameter, use the current path
|
||||
find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \
|
||||
|
|
Loading…
Reference in a new issue