[postgis-devel] Building the extension on Solaris/amd64
Martin Spott
Martin.Spott at mgras.net
Tue May 21 04:17:42 PDT 2013
While we're at it:
--- postgis_restore.pl~ Tue May 21 04:11:45 2013
+++ postgis_restore.pl Tue May 21 04:11:45 2013
@@ -58,7 +58,7 @@
my $SRID_MAXIMUM = 999999;
my $SRID_USER_MAXIMUM = 998999;
-while (@ARGV && $ARGV[0] =~ /-/) {
+if (@ARGV && $ARGV[0] =~ /-/) {
if ( $ARGV[0] eq '-v' ) {
$DEBUG = 1;
shift(@ARGV);
Best regards,
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
More information about the postgis-devel
mailing list