<div dir="ltr"><span style="font-size:12.8px">While adding support for LIBKML to my gdal configuration</span><div style="font-size:12.8px">- I attempted to use the sample bash-script to insure that it worked correctly</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">It failed with a syntax error, caused in line 3 of the script:</div><blockquote class="gmail_quote" style="font-size:12.8px;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">#!/bin/bash
# Copyright (c) 2010, Brian Case
 * Copyright (c) 2010-2014, Even Rouault 
#
# Permission</pre></blockquote><div style="font-size:12.8px">needs to be changed to:</div><blockquote class="gmail_quote" style="font-size:12.8px;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">#!/bin/bash
# Copyright (c) 2010, Brian Case
# Copyright (c) 2010-2014, Even Rouault 
#
# Permission</pre></blockquote><div style="font-size:12.8px">to run without error.<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Mark Johnson, Berlin Germany</div></div>