diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-17 20:05:00 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-17 20:05:00 +0200 |
commit | cc4a81433f96f0c93b5ab2c16673aea9ca2084ea (patch) | |
tree | 0e85da3c9c8e2309c611c0921ba65d558a16b812 /configure | |
parent | 24fc32d8f0038a18562cd269e824928e5cd4cb9d (diff) | |
download | egawk-cc4a81433f96f0c93b5ab2c16673aea9ca2084ea.tar.gz egawk-cc4a81433f96f0c93b5ab2c16673aea9ca2084ea.tar.bz2 egawk-cc4a81433f96f0c93b5ab2c16673aea9ca2084ea.zip |
Fix test for ZOS_FAIL.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5801,7 +5801,7 @@ rm -f conftest* { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_ebcdic" >&5 $as_echo "$use_ebcdic" >&6; } -if test "$use_ebcdic" = yes ] +if test "$use_ebcdic" = yes then ZOS_FAIL='; echo Expect $@ to fail on z/OS.' fi |