mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 06:36:55 -04:00
tinderbox: Comment out additional PATH conponent added for SunOS builds
This commit is contained in:
parent
c0a75482b4
commit
088452683c
1 changed files with 5 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue