From dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Oct 2021 12:22:57 -0300 Subject: po/extract-strings.sh: Use dedicated file for extracting strings --- src/locale/eo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/locale/eo.sh') diff --git a/src/locale/eo.sh b/src/locale/eo.sh index f4b92c2..e6c7ca1 100644 --- a/src/locale/eo.sh +++ b/src/locale/eo.sh @@ -1,4 +1,6 @@ -#!/bin/sh set -eu +#!/bin/sh +# shellcheck disable=2034 +set -eu MSG_USAGE="$(cat <<-'EOF' Uzmaniero: git permalink [-phV] DOSIERO [LINIONO] @@ -15,7 +17,7 @@ MSG_HELP="$(cat <<-'EOF' EOF )" -MSG_MISSING_FILE="$(echo <<-'EOF' +MSG_MISSING_FILE="$(cat <<-'EOF' La argumento DOSIERO mankas. EOF )" @@ -32,5 +34,3 @@ MSG_OPEN="$(cat <<-'EOF' Malfermado de %s EOF )" - -# -- cgit v1.2.3