lib/libnetwork.lib.in: fix syntax typo in sed expression added in previous commit

This commit is contained in:
Silvan Calarco 2024-06-13 14:46:14 +02:00
parent d3be430dcc
commit 59dc0bab78

View File

@ -232,7 +232,7 @@ getting list of files from"" \`${NOTE}$currurl/${NORM}'..."
notify.debug "$FUNCNAME: curl return code: $retval"
case "$retval" in
0) sed -i 's/\x0D$//;/%2B/+/g' $currflist
0) sed -i 's/\x0D$//;s/%2B/+/g' $currflist
flist[$i]="$currflist" ;;
6) notify.warning $"couldn't resolve host"
let "errors += 1" ;;