From 33605e0206790fbbc370efadd1f7415e85e58252 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 9 Feb 2021 17:01:23 +0100 Subject: [PATCH] fix line endings in scripts --- compile_pot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_pot.sh b/compile_pot.sh index 4bb799444..df6f5e435 100644 --- a/compile_pot.sh +++ b/compile_pot.sh @@ -1,2 +1,2 @@ #!/bin/bash -xgettext -D src/cpp -p src/LOCALE -o messages.pot --from-code=UTF-8 --files-from=files_to_translate.txt \ No newline at end of file +xgettext -D src/cpp -p src/LOCALE -o messages.pot --from-code=UTF-8 --files-from=files_to_translate.txt