From b505870842512099ff1bf031ae0d70349e2be764 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Mon, 24 Nov 2008 01:45:17 -0500 Subject: Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds" This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca. diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 416f926..ab4234a 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"; -- cgit v0.10-9-g596f