aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/tinderbox_build8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 416f926c..ab4234aa 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -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";