diff options
author | Barry Jackson <barjac@mageia.org> | 2023-01-22 19:22:34 +0000 |
---|---|---|
committer | Barry Jackson <barjac@mageia.org> | 2023-01-22 19:22:34 +0000 |
commit | 0f8ada0befa2c274e481ddc7d9bd35dc81887574 (patch) | |
tree | abc3e9b72b9d3b1cdea59fcb855c409cc4e58f46 | |
parent | 3612f4f43825ad0b0104ea936c4bff7c8695df4e (diff) | |
download | remove-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-x | mk-pot | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |