1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-20 01:42:58 +00:00

Fixed regression: use of ^^ or ,, in test.sh

This commit is contained in:
Gerhard Rieger 2020-01-04 10:32:58 +01:00
parent 12f7833a8f
commit e310bb1cfd
2 changed files with 35 additions and 17 deletions

View file

@ -30,6 +30,9 @@ Corrections:
multiple times.
Test: MULTIPLE_EOF
Newer parts of test.sh used substitutions ${x,,*} or ${x^^*} that are
not implemented in older bash versions.
####################### V 1.7.3.3:
Corrections: