aboutsummaryrefslogtreecommitdiff
path: root/v2/aux/po4a-cfg.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-05 16:14:00 -0300
committerEuAndreh <eu@euandre.org>2023-04-05 16:14:00 -0300
commit24e24b49fb6375189cfa527a113eb965087a293a (patch)
treefc75f8267a22f6473432ee6b07c4013561c303dc /v2/aux/po4a-cfg.sh
parentv2: Recove h[2-6] anchor link and icon (diff)
downloadeuandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.gz
euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.xz
v2: Support Atom feeds and collection translations
Diffstat (limited to 'v2/aux/po4a-cfg.sh')
-rwxr-xr-xv2/aux/po4a-cfg.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/v2/aux/po4a-cfg.sh b/v2/aux/po4a-cfg.sh
index b20e303..384b2fb 100755
--- a/v2/aux/po4a-cfg.sh
+++ b/v2/aux/po4a-cfg.sh
@@ -107,3 +107,7 @@ git ls-files | grep -F '.en.' | while read -r file; do
# shellcheck disable=2016
printf '[type: %s] %s $lang:%s\n' "$TYPE" "$file" "$VAR_FILE"
done
+
+if [ ! -t 0 ]; then
+ cat
+fi