mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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
|
||||
|
||||
if [[ ! -z ${ld_path} ]]; then
|
||||
if [ -n "${ld_path}" ]; then
|
||||
export ${ld_path}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user