aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Jackson <barjac@mageia.org>2023-01-22 19:22:34 +0000
committerBarry Jackson <barjac@mageia.org>2023-01-22 19:22:34 +0000
commit0f8ada0befa2c274e481ddc7d9bd35dc81887574 (patch)
treeabc3e9b72b9d3b1cdea59fcb855c409cc4e58f46
parent3612f4f43825ad0b0104ea936c4bff7c8695df4e (diff)
downloadremove-old-kernels-0f8ada0befa2c274e481ddc7d9bd35dc81887574.tar
remove-old-kernels-0f8ada0befa2c274e481ddc7d9bd35dc81887574.tar.gz
remove-old-kernels-0f8ada0befa2c274e481ddc7d9bd35dc81887574.tar.bz2
remove-old-kernels-0f8ada0befa2c274e481ddc7d9bd35dc81887574.tar.xz
remove-old-kernels-0f8ada0befa2c274e481ddc7d9bd35dc81887574.zip
remove stray debugging line
-rwxr-xr-xmk-pot1
1 files changed, 0 insertions, 1 deletions
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