diff options
author | jasplin <qt-info@nokia.com> | 2009-06-05 05:49:33 (GMT) |
---|---|---|
committer | jasplin <qt-info@nokia.com> | 2009-06-05 06:12:58 (GMT) |
commit | afaa509b0e44d3ab0235abfdda0f1ae6068bd1d6 (patch) | |
tree | d59b09d856961d2a33eb1975c99a06938c372b89 /src/testlib | |
parent | d0f47dfb66f10034a7b4336272f5aec63daad4fe (diff) | |
download | Qt-afaa509b0e44d3ab0235abfdda0f1ae6068bd1d6.zip Qt-afaa509b0e44d3ab0235abfdda0f1ae6068bd1d6.tar.gz Qt-afaa509b0e44d3ab0235abfdda0f1ae6068bd1d6.tar.bz2 |
Made configure work with older versions of /bin/sh.
Some older versions of the Bourne shell (/bin/sh) don't
support the ! operator for negating the exit code of a pipeline.
In particular, this is true on certain (all?) Solaris 9 platforms.
The patch replaces all occurrences of the ! operator with equivalent
(but slightly less elegant) expressions that test the $? variable instead.
Reviewed-by: msorvig
Diffstat (limited to 'src/testlib')
0 files changed, 0 insertions, 0 deletions