From d2801a152a07d46d8c6a3d7960b158b129c0f406 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Thu, 19 Mar 2015 11:29:52 +0100 Subject: [PATCH] WRG: fix small syntax issue --- Modules/ThirdParty/GDAL/gdalTest.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/ThirdParty/GDAL/gdalTest.sh.in b/Modules/ThirdParty/GDAL/gdalTest.sh.in index 0a481315ae..2c1d173e5f 100644 --- a/Modules/ThirdParty/GDAL/gdalTest.sh.in +++ b/Modules/ThirdParty/GDAL/gdalTest.sh.in @@ -10,7 +10,7 @@ gdalConfig="$(which gdal-config)" ${gdalConfig} --version > ${tempFolder}/testgdal1.txt #TEST 2 : dyn. symbols -if [ -z "${apple}"] +if [ -z "${apple}" ] then nm -D --defined-only ${gdalLibLocation} | grep TIFFClose > ${tempFolder}/testgdal2.txt else -- GitLab