Fix OS400 scripts to make it compilable again.
[platform/upstream/curl.git] / packages / OS400 / initscript.sh
index 9bf93a8..97e9781 100644 (file)
@@ -155,7 +155,7 @@ db2_name()
 
 {
         basename "${1}"                                                 |
-        tr '[a-z-]' '[A-Z_]'                                            |
+        tr 'a-z-' 'A-Z_'                                                |
         sed -e 's/\..*//'                                               \
             -e 's/^\(..........\).*/\1/'
 }