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

SF.net SVN: ledger-smb:[3980] branches/1.3



Revision: 3980
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3980&view=rev
Author:   einhverfr
Date:     2011-11-11 01:53:31 +0000 (Fri, 11 Nov 2011)
Log Message:
-----------
Correcting errors regarding home not being set

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/Sysconfig.pm

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2011-11-10 23:38:56 UTC (rev 3979)
+++ branches/1.3/Changelog	2011-11-11 01:53:31 UTC (rev 3980)
@@ -8,6 +8,7 @@
 * Fixing file not found printing HTML invoice (Chris T)
 * Corrected join issues in generating sales orders (Erik H)
 * Removed commits in child subroutines (Herman V)
+* Correcting warnings about HOME not set (Chris T)
 
 Chris T is Chris Travers
 Erik H is Erik Huelsmann

Modified: branches/1.3/LedgerSMB/Sysconfig.pm
===================================================================
--- branches/1.3/LedgerSMB/Sysconfig.pm	2011-11-10 23:38:56 UTC (rev 3979)
+++ branches/1.3/LedgerSMB/Sysconfig.pm	2011-11-11 01:53:31 UTC (rev 3980)
@@ -67,6 +67,7 @@
 
 # Temporary files stored at"
 our $tempdir = ( $ENV{TEMP} || '/tmp' );
+$ENV{HOME} = $tempdir;
 
 our $cache_template_dir = "$tempdir/lsmb_templates";
 # Backup path

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