While adding support for LIBKML to my gdal configuration - I attempted to use the sample bash-script to insure that it worked correctly
It failed with a syntax error, caused in line 3 of the script: > #!/bin/bash > # Copyright (c) 2010, Brian Case > * Copyright (c) 2010-2014, Even Rouault > # > # Permission > > needs to be changed to: > #!/bin/bash > # Copyright (c) 2010, Brian Case > # Copyright (c) 2010-2014, Even Rouault > # > # Permission > > to run without error. Mark Johnson, Berlin Germany
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
