Skip to content
Snippets Groups Projects
Commit d2801a15 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: fix small syntax issue

parent 1fcbde84
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ gdalConfig="$(which gdal-config)" ...@@ -10,7 +10,7 @@ gdalConfig="$(which gdal-config)"
${gdalConfig} --version > ${tempFolder}/testgdal1.txt ${gdalConfig} --version > ${tempFolder}/testgdal1.txt
#TEST 2 : dyn. symbols #TEST 2 : dyn. symbols
if [ -z "${apple}"] if [ -z "${apple}" ]
then then
nm -D --defined-only ${gdalLibLocation} | grep TIFFClose > ${tempFolder}/testgdal2.txt nm -D --defined-only ${gdalLibLocation} | grep TIFFClose > ${tempFolder}/testgdal2.txt
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment