diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-24 06:45:17 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-24 06:45:17 (GMT) |
commit | b505870842512099ff1bf031ae0d70349e2be764 (patch) | |
tree | fb3520b726add5785a8092eaac33e225208d5777 /tools | |
parent | 088452683cf881c6ed717cc559ca2eee3faa95ca (diff) | |
download | monitoring-plugins-b505870842512099ff1bf031ae0d70349e2be764.tar.gz |
Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds"
This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tinderbox_build | 8 |
1 files changed, 3 insertions, 5 deletions
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 { | |||
234 | $Path = $ENV{PATH}; | 234 | $Path = $ENV{PATH}; |
235 | print "Path before: $Path\n"; | 235 | print "Path before: $Path\n"; |
236 | 236 | ||
237 | # Any reason for this? This make use of Sun make which cannot handle the | 237 | if ( $OS eq 'SunOS' ) { |
238 | # optional makefile include used for Git versioning. | 238 | $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; |
239 | # if ( $OS eq 'SunOS' ) { | 239 | } |
240 | # $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; | ||
241 | # } | ||
242 | 240 | ||
243 | $Path = $ENV{PATH}; | 241 | $Path = $ENV{PATH}; |
244 | print "Path After: $Path\n"; | 242 | print "Path After: $Path\n"; |