]> granicus.if.org Git - postgis/commitdiff
git-svn-id: http://svn.osgeo.org/postgis/trunk@6972 b70326c6-7e19-0410-871a-916f4a2858ee
authorRegina Obe <lr@pcorp.us>
Sat, 26 Mar 2011 23:44:14 +0000 (23:44 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Mar 2011 23:44:14 +0000 (23:44 +0000)
extras/tiger_geocoder/tiger_2010/create_geocode.sh

index 67c5c34563860e365e6402f8b9888dac22eab6f3..eb7ea2cbe43742892544c708333029fef5f0c5ec 100644 (file)
@@ -4,7 +4,7 @@ PGHOST=localhost
 PGUSER=postgres\r
 PGPASSWORD=yourpasswordhere\r
 THEDB=geocoder\r
-PSQL_CMD="psql"\r
+PSQL_CMD=psql\r
 PGCONTRIB=/usr/share/contrib\r
 ${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql"\r
 ${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger"\r