[Bps-public-commit] Shipwright branch, master, updated. 3b5d7103cc5412dad3d7a07815641fe3bbc3f38d

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Mar 15 00:44:16 EDT 2010


The branch, master has been updated
       via  3b5d7103cc5412dad3d7a07815641fe3bbc3f38d (commit)
      from  3cdfece7ee392fe8f55de7421d54ad70d7d394d2 (commit)

Summary of changes:
 lib/Shipwright.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 3b5d7103cc5412dad3d7a07815641fe3bbc3f38d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Mar 15 12:44:06 2010 +0800

    stupid typo

diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 9a6f21e..f9b0379 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -13,7 +13,7 @@ use Shipwright::Util;
 use File::Spec::Functions qw/catfile tmpdir/;
 
 # strawberry perl's build make is 'dmake'
-$ENV{SHIPWRIGHT_MAKE} ||= $^O !~ /MSWin/ ? 'dmake' : 'make';
+$ENV{SHIPWRIGHT_MAKE} ||= $^O =~ /MSWin/ ? 'dmake' : 'make';
 $ENV{SHIPWRIGHT_SVK} ||= 'svk';
 $ENV{SHIPWRIGHT_SVN} ||= 'svn';
 $ENV{SHIPWRIGHT_GIT} ||= 'git';

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



More information about the Bps-public-commit mailing list