From 0f8ada0befa2c274e481ddc7d9bd35dc81887574 Mon Sep 17 00:00:00 2001 From: Barry Jackson Date: Sun, 22 Jan 2023 19:22:34 +0000 Subject: remove stray debugging line --- mk-pot | 1 - 1 file changed, 1 deletion(-) diff --git a/mk-pot b/mk-pot index 3654126..9a2cc82 100755 --- a/mk-pot +++ b/mk-pot @@ -27,7 +27,6 @@ rawarray=(); x=0 ; y=0 # Get raw i18n strings (max two per script line) while IFS='' read -r line; do if echo "$line"|grep -q '(i18n'; then -# [[ dbg -eq 1 ]] && echo "$line" # Look for the first occurrence of i18n and extract raw text only idstr1="$(echo "$line"|grep i18n|sed "s/\$(i18n/@/g"|cut -d@ -f2|cut -d\" -f2| sed 's/").*//')" isdupe=0 -- cgit v1.2.1