mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Merge pull request #125 from dicej/master
use portable conditional expression in test.sh
This commit is contained in:
commit
1f1d5095b8
@ -12,7 +12,7 @@ tests=${@}
|
|||||||
|
|
||||||
log=log.txt
|
log=log.txt
|
||||||
|
|
||||||
if [[ ! -z ${ld_path} ]]; then
|
if [ -n "${ld_path}" ]; then
|
||||||
export ${ld_path}
|
export ${ld_path}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user