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

SF.net SVN: ledger-smb: [42] trunk/SL2LS.pl



Revision: 42
          http://svn.sourceforge.net/ledger-smb/?rev=42&view=rev
Author:   einhverfr
Date:     2006-09-07 17:37:32 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
Fixed syntax errors in SL2LS.pl

Modified Paths:
--------------
    trunk/SL2LS.pl

Modified: trunk/SL2LS.pl
===================================================================
--- trunk/SL2LS.pl	2006-09-08 00:36:13 UTC (rev 41)
+++ trunk/SL2LS.pl	2006-09-08 00:37:32 UTC (rev 42)
@@ -7,8 +7,9 @@
 rename the sql-ledger.conf to ledger-smb.conf
 Delete the SL directory (optional but HIGHLY recommended)\n";
 open (SL, "< sql-ledger.conf") || die (
-open (LS, "> ledger-smb.conf") || die {
 "Could not open ledger-smb.conf: $! \n $filedie");
+open (LS, "> ledger-smb.conf") || die (
+"Could not open ledger-smb.conf: $! \n $filedie");
 
 while ($line = <SL>){
   print LS $line;


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