aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> 2008-11-23 17:52:09 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> 2008-11-23 17:52:09 -0500
commit088452683cf881c6ed717cc559ca2eee3faa95ca (patch)
tree661c5f1677426363ac0af25a55fdc43db73d8f6a /tools
parentc0a75482b4dca777d2578e2e46a380adf13c6f3e (diff)
downloadmonitoring-plugins-088452683cf881c6ed717cc559ca2eee3faa95ca.tar.gz
tinderbox: Comment out additional PATH conponent added for SunOS builds
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tinderbox_build8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index ab4234aa..416f926c 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -234,9 +234,11 @@ sub SetupPath {
$Path = $ENV{PATH};
print "Path before: $Path\n";
- if ( $OS eq 'SunOS' ) {
- $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
- }
+# 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'};
+# }
$Path = $ENV{PATH};
print "Path After: $Path\n";