aboutsummaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-20 18:30:35 -0300
committerEuAndreh <eu@euandre.org>2021-09-20 18:30:35 -0300
commit2a8743178ad37487d37312800753b722f4c6215b (patch)
treee18787331abb687e34d33bc80358944acf4f72a6 /src/locale
parentpo/LC_MESSAGES/README.en.md/: Update README.md translation (diff)
downloadgit-permalink-2a8743178ad37487d37312800753b722f4c6215b.tar.gz
git-permalink-2a8743178ad37487d37312800753b722f4c6215b.tar.xz
src/locale/: Ignore ShellCheck warnings
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/eo.sh1
-rw-r--r--src/locale/fr.sh1
-rw-r--r--src/locale/pt.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/locale/eo.sh b/src/locale/eo.sh
index 6e77ec9..fd02368 100644
--- a/src/locale/eo.sh
+++ b/src/locale/eo.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]'
diff --git a/src/locale/fr.sh b/src/locale/fr.sh
index 455912f..cccc3b2 100644
--- a/src/locale/fr.sh
+++ b/src/locale/fr.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Usage: git permalink [-phV] FICHIER [LINENO]'
diff --git a/src/locale/pt.sh b/src/locale/pt.sh
index e0ae89d..57085cb 100644
--- a/src/locale/pt.sh
+++ b/src/locale/pt.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Uso: git permalink [-phV] ARQUIVO [NOLINHA]'