summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-02-13 20:53:07 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-02-13 20:53:07 (GMT)
commit530133a9f4ae32fe26acf981209f018f9492c35a (patch)
tree6c4f32fdbf0774965c3c70625611cabf9778432f /perform/pio_perf.c
parent807207079a9bcf72d3d82d9ca0676f67d721507a (diff)
downloadhdf5-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 'perform/pio_perf.c')
0 files changed, 0 insertions, 0 deletions