Le samedi 10 septembre 2016 12:05:36, Mark Johnson a écrit : > While adding support for LIBKML to my gdal configuration > - I attempted to use the sample bash-script to insure that it worked > correctly
Fixed. Thanks (I actually removed this copyright line since it was inappropriately added by a script to update copyright lines) > > 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 -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
