mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:03:33 +03:00
Adapt OS400 SSL (qssl.h) to V5R4
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1
This commit is contained in:
parent
74c500b6ec
commit
a08b6ae813
4 changed files with 16 additions and 5 deletions
|
|
@ -156,7 +156,7 @@ db2_name()
|
|||
|
||||
{
|
||||
basename "${1}" |
|
||||
tr '[a-z]' '[A-Z]' |
|
||||
tr '[a-z-]' '[A-Z_]' |
|
||||
sed -e 's/\..*//' \
|
||||
-e 's/^\(..........\).*/\1/'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue