summaryrefslogtreecommitdiff
path: root/sl2ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sl2ls.sh')
-rw-r--r--sl2ls.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sl2ls.sh b/sl2ls.sh
index 531b8512..85df5c6d 100644
--- a/sl2ls.sh
+++ b/sl2ls.sh
@@ -20,8 +20,8 @@ psql template1 -c "DROP DATABASE ${LSDB};"
pg_dump ${SLDB} > sl2ls.sql
-sed -i -e "s/${SLOWN}/${LSOWN}/" sl2ls.sql
-sed -i -e "s/SQL_ASCII/LATIN1/" sl2ls.sql
+sed -i.orig -e "s/${SLOWN}/${LSOWN}/" sl2ls.sql
+sed -i.orig -e "s/SQL_ASCII/LATIN1/" sl2ls.sql
createdb -O ${LSOWN} ${LSDB}