Get functions.source to respect the environment string EXIV2_EXT
This commit is contained in:
parent
cb561d3d12
commit
bd4c970d4f
@ -465,7 +465,7 @@ prepareTest()
|
||||
exe=.exe
|
||||
fi
|
||||
|
||||
if [ !-z $EXIV2_EXT ]; then
|
||||
if [ ! -z $EXIV2_EXT ]; then
|
||||
exe=$EXIV2_EXT
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user