Merge pull request #125 from dicej/master

use portable conditional expression in test.sh
This commit is contained in:
Joshua Warner 2013-12-06 20:30:18 -08:00
commit 1f1d5095b8

View File

@ -12,7 +12,7 @@ tests=${@}
log=log.txt
if [[ ! -z ${ld_path} ]]; then
if [ -n "${ld_path}" ]; then
export ${ld_path}
fi