diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-13 20:53:07 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-13 20:53:07 (GMT) |
commit | 530133a9f4ae32fe26acf981209f018f9492c35a (patch) | |
tree | 6c4f32fdbf0774965c3c70625611cabf9778432f /src | |
parent | 807207079a9bcf72d3d82d9ca0676f67d721507a (diff) | |
download | hdf5-530133a9f4ae32fe26acf981209f018f9492c35a.zip hdf5-530133a9f4ae32fe26acf981209f018f9492c35a.tar.gz hdf5-530133a9f4ae32fe26acf981209f018f9492c35a.tar.bz2 |
[svn-r4956]
Purpose:
Bug Fix
Description:
On some systems, doing the shell command:
if test -z $DEBUG_PKG; then
doesn't work if $DEBUG_PKG is null..
Solution:
Changed to "if test "X$DEBUG_PKG" = "X"; then" which will do the same
thing but without the error...
Platforms tested:
Linux
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions