mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:03:33 +03:00
Fix OS400 scripts to make it compilable again.
Upgrade ILE/RPG binding to 7.21.7. Update OS400 documentation accordingly.
This commit is contained in:
parent
9c1f50c583
commit
e3a9804d3a
5 changed files with 37 additions and 9 deletions
|
|
@ -155,7 +155,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