From 275ed1543fa75036823c59890af402f55675d11f Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 15 Feb 2024 04:01:14 +0100 Subject: [PATCH] build: invoke ./build/mkbasepot.sh without any parameters e.g. to build everything Signed-off-by: Paul Donald (cherry picked from commit 269df2426d8c207d6c89ad2950a65f187d9a922e) --- build/i18n-sync.sh | 1 + 1 file changed, 1 insertion(+) 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 | \ -- 2.30.2