Preparation of imminent release: synchronizing OS400 wrappers + RPG binding to current state.

This commit is contained in:
Patrick Monnerat
2009-02-16 15:33:17 +00:00
parent 8925527fef
commit 1472be4d3e
5 changed files with 20 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ db2_name()
{
basename "${1}" |
tr '[a-z-]' '[A-Z_]' |
tr '[a-z-]' '[A-Z_]' |
sed -e 's/\..*//' \
-e 's/^\(..........\).*/\1/'
}