diff options
author | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | 2008-11-23 22:52:09 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | 2008-11-23 22:52:09 (GMT) |
commit | 088452683cf881c6ed717cc559ca2eee3faa95ca (patch) | |
tree | 661c5f1677426363ac0af25a55fdc43db73d8f6a /tools | |
parent | c0a75482b4dca777d2578e2e46a380adf13c6f3e (diff) | |
download | monitoring-plugins-088452683cf881c6ed717cc559ca2eee3faa95ca.tar.gz |
tinderbox: Comment out additional PATH conponent added for SunOS builds
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tinderbox_build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build index ab4234a..416f926 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build | |||
@@ -234,9 +234,11 @@ sub SetupPath { | |||
234 | $Path = $ENV{PATH}; | 234 | $Path = $ENV{PATH}; |
235 | print "Path before: $Path\n"; | 235 | print "Path before: $Path\n"; |
236 | 236 | ||
237 | if ( $OS eq 'SunOS' ) { | 237 | # Any reason for this? This make use of Sun make which cannot handle the |
238 | $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; | 238 | # optional makefile include used for Git versioning. |
239 | } | 239 | # if ( $OS eq 'SunOS' ) { |
240 | # $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; | ||
241 | # } | ||
240 | 242 | ||
241 | $Path = $ENV{PATH}; | 243 | $Path = $ENV{PATH}; |
242 | print "Path After: $Path\n"; | 244 | print "Path After: $Path\n"; |