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:
Paul Donald 2024-02-15 04:01:14 +01:00
parent df2364f240
commit 269df2426d

View file

@ -25,6 +25,7 @@ esac
[ -n "$1" ] && set -- "${1%/}" [ -n "$1" ] && set -- "${1%/}"
[ -n "$1" ] || ./build/mkbasepot.sh
# Absent a [folder] parameter, use the current path # Absent a [folder] parameter, use the current path
find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \ find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \