aboutsummaryrefslogtreecommitdiff
path: root/src/locale/en.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-03 12:22:57 -0300
committerEuAndreh <eu@euandre.org>2021-10-03 12:22:57 -0300
commitdfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae (patch)
tree3c25ee05556849257abd125411938e4e3a408296 /src/locale/en.sh
parenttests/: Copy files to temp directory to avoid messing with existing generated... (diff)
downloadgit-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.gz
git-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.xz
po/extract-strings.sh: Use dedicated file for extracting strings
Diffstat (limited to 'src/locale/en.sh')
-rw-r--r--src/locale/en.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/locale/en.sh b/src/locale/en.sh
index 998bdfe..64dbe48 100644
--- a/src/locale/en.sh
+++ b/src/locale/en.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=2034
set -eu
MSG_USAGE="$(cat <<-'EOF'
@@ -16,7 +17,7 @@ MSG_HELP="$(cat <<-'EOF'
EOF
)"
-MSG_MISSING_FILE="$(echo <<-'EOF'
+MSG_MISSING_FILE="$(cat <<-'EOF'
Missing FILE argument.
EOF
)"
@@ -33,5 +34,3 @@ MSG_OPEN="$(cat <<-'EOF'
Opening %s
EOF
)"
-
-#