]> granicus.if.org Git - postgis/commitdiff
replace with linux breaks, minor changes to paths
authorRegina Obe <lr@pcorp.us>
Fri, 15 Apr 2011 11:00:57 +0000 (11:00 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 15 Apr 2011 11:00:57 +0000 (11:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7033 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2010/create_geocode.sh

index eb7ea2cbe43742892544c708333029fef5f0c5ec..e76a05d44df528bf93297169776f0d3ee214429e 100644 (file)
@@ -1,14 +1,14 @@
-# $Id$\r
-PGPORT=5432\r
-PGHOST=localhost\r
-PGUSER=postgres\r
-PGPASSWORD=yourpasswordhere\r
-THEDB=geocoder\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
-${PSQL_CMD} -d "${THEDB}" -f "tables/lookup_tables_2010.sql"\r
-${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger_data"\r
-${PSQL_CMD} -d "${THEDB}" -f "tiger_loader.sql"\r
+# $Id$
+PGPORT=5432
+PGHOST=localhost
+PGUSER=postgres
+PGPASSWORD=yourpasswordhere
+THEDB=geocoder
+PSQL_CMD=/usr/bin/psql
+PGCONTRIB=/usr/share/postgresql/contrib
+${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql"
+${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger"
+${PSQL_CMD} -d "${THEDB}" -f "tables/lookup_tables_2010.sql"
+${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger_data"
+${PSQL_CMD} -d "${THEDB}" -f "tiger_loader.sql"
 ${PSQL_CMD} -d "${THEDB}" -f "create_geocode.sql"
\ No newline at end of file