From: Karel Zak Date: Thu, 26 Feb 2026 10:46:51 +0000 (+0100) Subject: tools/git-tp-sync: fix po/ update X-Git-Tag: v2.43-devel~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e12f870034ee3dfafff54a4c3b97688a27bb46af;p=thirdparty%2Futil-linux.git tools/git-tp-sync: fix po/ update Signed-off-by: Karel Zak --- diff --git a/tools/git-tp-sync b/tools/git-tp-sync index 9736a52a5..627bd2dbe 100755 --- a/tools/git-tp-sync +++ b/tools/git-tp-sync @@ -171,7 +171,8 @@ function regenerate_po_files { local PODIR="$1" if [ "$PODIR" = "po" ]; then - if [ "${PODIR}/Makefile" ]; then + if [ ! -f "${PODIR}/Makefile" ]; then + echo "missing ${PODIR}/Makefile (ingore)" return; else echo "== Updating $PODIR (be patient) =="