[Bps-public-commit] SD branch, master, updated. 0.70-57-g4f658f5

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Sep 10 01:22:53 EDT 2009


The branch, master has been updated
       via  4f658f5a30e4922ba2c42e01b642763b01a12fa1 (commit)
       via  e0c6bf70a5d617f549db67c51b158962d89eb0bd (commit)
      from  b3bf66eadbcf68beee54b68a0dceb5e13d2ccf5f (commit)

Summary of changes:
 bin/sd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit e0c6bf70a5d617f549db67c51b158962d89eb0bd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Sep 10 13:22:12 2009 +0800

    fix an uninitialized value warning  in bin/sd

diff --git a/bin/sd b/bin/sd
index eb91a27..f6c101b 100755
--- a/bin/sd
+++ b/bin/sd
@@ -6,7 +6,7 @@ BEGIN { $ENV{'CLASS_MOP_NO_XS'} = 1 if ($^V == 5.0010); }
 
 use App::SD::CLI;
 
-$ENV{'PROPHET_REPO'} ||= $ENV{'SD_REPO'};
+$ENV{'PROPHET_REPO'} ||= $ENV{'SD_REPO'} if $ENV{'SD_REPO'};
 
 # Moose likes generating very noisy backtraces. Most users don't need to see
 # anything more than the root cause of the failure. Developers and the curious

commit 4f658f5a30e4922ba2c42e01b642763b01a12fa1
Merge: e0c6bf7 b3bf66e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Sep 10 13:22:23 2009 +0800

    Merge branch 'master' of code.bestpractical.com:/git/sd


-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list