mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
if [[ "x$CXXTEST" -eq "x" ]]
|
||
|
then
|
||
|
CXXTEST="../../"
|
||
|
fi
|