File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 147
147
}
148
148
$config {' makefile-timing' } = $options {' makefile-timing' };
149
149
$config {' stagestats' } = ' --stagestats' if $options {' makefile-timing' };
150
- $config {' shell' } = $^O eq ' MSWin32' ? ' cmd' : ' sh' ;
150
+ my $shell = $^O eq ' MSWin32' ? ' cmd' : ' sh' ;
151
+ $config {' shell' } = $^O eq ' solaris' ? ' ' : " SHELL = $shell " ;
151
152
$config {' bat' } = $^O eq ' MSWin32' ? ' .bat' : ' ' ;
152
153
$config {' cpsep' } = $^O eq ' MSWin32' ? ' ;' : ' :' ;
153
154
$config {' slash' } = $slash ;
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ CHMOD = $(PERL) -MExtUtils::Command -e chmod
113
113
CP = $(PERL) -MExtUtils::Command -e cp
114
114
RM_RF = $(PERL) -MExtUtils::Command -e rm_rf
115
115
RM_F = $(PERL) -MExtUtils::Command -e rm_f
116
- SHELL = @shell@
116
+ @shell@
117
117
118
118
SYSROOT = @sysroot@
119
119
PREFIX = @prefix@
You can’t perform that action at this time.
0 commit comments