From: Paul Donald Date: Thu, 15 Feb 2024 03:01:14 +0000 (+0100) Subject: build: invoke ./build/mkbasepot.sh without any parameters X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=275ed1543fa75036823c59890af402f55675d11f;p=project%2Fluci.git build: invoke ./build/mkbasepot.sh without any parameters e.g. to build everything Signed-off-by: Paul Donald (cherry picked from commit 269df2426d8c207d6c89ad2950a65f187d9a922e) --- diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh index d8460fc2b8..7d57f1b1b5 100755 --- a/build/i18n-sync.sh +++ b/build/i18n-sync.sh @@ -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 | \