Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds"

This reverts commit 088452683c.
This commit is contained in:
Thomas Guyot-Sionnest 2008-11-24 01:45:17 -05:00
parent 088452683c
commit b505870842

View file

@ -234,11 +234,9 @@ sub SetupPath {
$Path = $ENV{PATH};
print "Path before: $Path\n";
# Any reason for this? This make use of Sun make which cannot handle the
# optional makefile include used for Git versioning.
# if ( $OS eq 'SunOS' ) {
# $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
# }
if ( $OS eq 'SunOS' ) {
$ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
}
$Path = $ENV{PATH};
print "Path After: $Path\n";