summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorAndre Miranda <andre42m@gmail.com>2020-10-15 01:19:31 -0300
committerSimon Steinbeiß <ochosi@xfce.org>2020-10-22 11:31:35 +0200
commit7416c0dd5bedc0372f18338cbd80db6bee5ed42f (patch)
tree275fbf9e4e54b90b8c8feebf08aa6118dd2a9c5b /helpers
parentec0295a92ba60a9cf258eb90013e3d993d09b5c4 (diff)
downloadxfce4-dev-tools-7416c0dd5bedc0372f18338cbd80db6bee5ed42f.tar.gz
get-translations: Fix line wrapping
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/xfce-get-translations2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/xfce-get-translations b/helpers/xfce-get-translations
index 4ea6dfb..4891b09 100755
--- a/helpers/xfce-get-translations
+++ b/helpers/xfce-get-translations
@@ -8,7 +8,7 @@ STARTTAG="${1:-$LAST_TAG}"
ENDTAG="${2:-HEAD}"
SILENT="${3:-}"
-LINE_LENGTH=72
+LINE_LENGTH=70 # 72 considering 2 spaces for indentation
INDENT=" "
UPDATES=$(git log --pretty=format:'%s' "$STARTTAG".."$ENDTAG" -- po/*.po | awk '{print $(NF-1)}' | sort -u)