libnetwork.lib: remove the extra newline added to workaroung a bug in curl; it is fixed now
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
82b35315ec
commit
775f2a7049
@ -8,6 +8,11 @@ Changes in version 1.12.4
|
||||
* test/test01_pkgquality - Davide Madrisan:
|
||||
When a file is detected as problematic do add its mime type.
|
||||
|
||||
+ update
|
||||
* lib/libnetwork.lib - Davide Madrisan:
|
||||
Remove the extra newline added to workaroung a bug in curl.
|
||||
It's fixed now.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 1.12.3
|
||||
|
@ -691,8 +691,8 @@ repository-alias:,exit-on-err,debug-unsecure \
|
||||
|
||||
[ -e "$upfile" ] || notify.error $"package not found"": \`$upfile'"
|
||||
|
||||
# add an extra newline to workaroung a bug in curl
|
||||
notify.note "
|
||||
# FIXED: add an extra newline to workaroung a bug in curl
|
||||
notify.note "\
|
||||
* ${NOTE}$upfile${NORM}
|
||||
--> $destfile"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user