aboutsummaryrefslogtreecommitdiff
path: root/src/locale/fr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/fr.sh')
-rw-r--r--src/locale/fr.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/locale/fr.sh b/src/locale/fr.sh
index 6cd91bd..11bb792 100644
--- a/src/locale/fr.sh
+++ b/src/locale/fr.sh
@@ -1,4 +1,6 @@
-#!/bin/sh set -eu
+#!/bin/sh
+# shellcheck disable=2034
+set -eu
MSG_USAGE="$(cat <<-'EOF'
Usage: git permalink [-phV] FICHIER [LINENO]
@@ -15,7 +17,7 @@ MSG_HELP="$(cat <<-'EOF'
EOF
)"
-MSG_MISSING_FILE="$(echo <<-'EOF'
+MSG_MISSING_FILE="$(cat <<-'EOF'
L'argument FICHIER manque.
EOF
)"
@@ -32,5 +34,3 @@ MSG_OPEN="$(cat <<-'EOF'
Ouverture de %s
EOF
)"
-
-#