lib/libnetwork.lib.in: fix syntax typo in sed expression added in previous commit
This commit is contained in:
parent
d3be430dcc
commit
59dc0bab78
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user