diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 18:21:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 18:21:09 (GMT) |
commit | f96190845c1cff6da95a82ec6cfbac7b94903b77 (patch) | |
tree | b3c8629780c263e3d6f2c9640059cd34abe42455 /java | |
parent | 36d3515ad85807470908afb4667bbaf718f2015e (diff) | |
download | hdf5-f96190845c1cff6da95a82ec6cfbac7b94903b77.zip hdf5-f96190845c1cff6da95a82ec6cfbac7b94903b77.tar.gz hdf5-f96190845c1cff6da95a82ec6cfbac7b94903b77.tar.bz2 |
Remove obsolete var
Diffstat (limited to 'java')
-rw-r--r-- | java/test/junit.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/junit.sh.in b/java/test/junit.sh.in index 8587ca9..21025c7 100644 --- a/java/test/junit.sh.in +++ b/java/test/junit.sh.in @@ -282,7 +282,7 @@ fi case $os_name in *) - LD_LIBRARY_PATH=$BLDLIBDIR:$BLDINSDIR:$LD_LIBRARY_PATH + LD_LIBRARY_PATH=$BLDLIBDIR:$LD_LIBRARY_PATH ;; esac |