Get functions.source to respect the environment string EXIV2_EXT

This commit is contained in:
clanmills 2020-04-12 11:41:12 +01:00
parent cb561d3d12
commit bd4c970d4f

View File

@ -465,7 +465,7 @@ prepareTest()
exe=.exe
fi
if [ !-z $EXIV2_EXT ]; then
if [ ! -z $EXIV2_EXT ]; then
exe=$EXIV2_EXT
fi