[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1272] trunk/sl2ls.sh



Revision: 1272
          http://svn.sourceforge.net/ledger-smb/?rev=1272&view=rev
Author:   tetragon
Date:     2007-06-12 12:23:43 -0700 (Tue, 12 Jun 2007)

Log Message:
-----------
Remove GNUism from sed calls

Modified Paths:
--------------
    trunk/sl2ls.sh

Modified: trunk/sl2ls.sh
===================================================================
--- trunk/sl2ls.sh	2007-06-12 19:22:55 UTC (rev 1271)
+++ trunk/sl2ls.sh	2007-06-12 19:23:43 UTC (rev 1272)
@@ -20,8 +20,8 @@
 
 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}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.