mirror of
https://github.com/curl/curl.git
synced 2026-08-24 10:53:32 +03:00
OS400: upgrade wrappers for the 7.28.1 release.
This commit is contained in:
parent
e237402c47
commit
4b994e14fb
5 changed files with 57 additions and 10 deletions
|
|
@ -157,11 +157,8 @@ db2_name()
|
|||
basename "${1}" |
|
||||
tr 'a-z-' 'A-Z_' |
|
||||
sed -e 's/\..*//' \
|
||||
-e 's/\([^_]\)[^_]*_\(.*\)/\1\2/' \
|
||||
-e 's/\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3/' \
|
||||
-e 's/\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3\4/' \
|
||||
-e 's/\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3\4\5/' \
|
||||
-e 's/^\(..........\).*/\1/'
|
||||
-e 's/^CURL_*/C/' \
|
||||
-e 's/^\(.\).*\(.........\)$/\1\2/'
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue