diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-24 22:35:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-24 22:35:30 (GMT) |
commit | eea89e1e6cc4ca6f743e00b3056ab91befd2511f (patch) | |
tree | 4575c4861be3d51ed4fe227d0fa85b349ef29842 /bin | |
parent | aeb5116600a32c79125e7d66e6224683f7dbae27 (diff) | |
download | hdf5-eea89e1e6cc4ca6f743e00b3056ab91befd2511f.zip hdf5-eea89e1e6cc4ca6f743e00b3056ab91befd2511f.tar.gz hdf5-eea89e1e6cc4ca6f743e00b3056ab91befd2511f.tar.bz2 |
[svn-r1651] Fold in J90 changes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ltmain.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ltmain.sh b/bin/ltmain.sh index e9350b3..414c582 100644 --- a/bin/ltmain.sh +++ b/bin/ltmain.sh @@ -2172,7 +2172,9 @@ libdir='$install_libdir'\ if test -z "$run"; then # Export the shlibpath_var. - eval "export $shlibpath_var" + if test -n "$shlibpath_var"; then + eval "export $shlibpath_var" + fi # Now actually exec the command. eval "exec \$cmd$args" |