commit 24077c5a34c273ff346f6c09a957a472fe33e7f9
parent a72ba44a33bd863a4e92f4253dc7602014c1d5f8
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 12 Aug 2023 09:28:01 +0200
-.pot may not exist
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-terms-generator.in b/contrib/taler-terms-generator.in
@@ -194,7 +194,7 @@ then
mv "${PWD}/locale/${ADD_LANGUAGE}/LC_MESSAGES/${VERSION}.pot" \
"${PWD}/locale/${ADD_LANGUAGE}/LC_MESSAGES/${VERSION}.po"
fi
- rm "${PWD}/locale/${ADD_LANGUAGE}/LC_MESSAGES/${VERSION}.pot"
+ rm -f "${PWD}/locale/${ADD_LANGUAGE}/LC_MESSAGES/${VERSION}.pot"
echo "Done" 1>&2
exit 0
fi