From b3b121a3fc4a7af423b6d295a1fe77d7e574c105 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 8 Sep 2006 00:37:32 +0000 Subject: Fixed syntax errors in SL2LS.pl git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@42 4979c152-3d1c-0410-bac9-87ea11338e46 --- SL2LS.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SL2LS.pl b/SL2LS.pl index e5ffddcb..b68a8e05 100755 --- a/SL2LS.pl +++ b/SL2LS.pl @@ -7,7 +7,8 @@ $filedie = "To install manually: 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 = ){ -- cgit v1.2.3