From 1768f4976de610be4d97e3dd53ca2410eb402317 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 11 Sep 2022 13:14:05 +0200 Subject: update-po{,t}.sh: Omit ../ at beginning of file names in .pot file. --- update-pot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update-pot.sh') diff --git a/update-pot.sh b/update-pot.sh index db9c8931..ae7bb10d 100755 --- a/update-pot.sh +++ b/update-pot.sh @@ -23,4 +23,5 @@ sed -e 's/\.xml\.in\.in.\h:/.xml.in.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ + -e 's@#: \.\./@#: @g' \ -i po/${GETTEXT_DOMAIN}.pot -- cgit v1.2.3