[postgis-devel] New polygon constructors (was: OGC polygon constructors)
strk at refractions.net
strk at refractions.net
Mon Dec 12 12:40:32 PST 2005
On Mon, Dec 12, 2005 at 09:38:33PM +0100, strk at refractions.net wrote:
> Mike, since you're around,
> does this to work with solaris shell ?
>
> A=`basename $A .sql`
>
> Expected behaviour:
> A=test ---> A=test
> A=test.sql ---> A=test
Forget about this, sorry, I didn't consider
absolute paths... changed to
TEST=`echo "$TEST" | sed 's/\.sql$//'`
--strk;
More information about the postgis-devel
mailing list