summaryrefslogtreecommitdiffstats
path: root/tools/tinderbox_build
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-06 05:32:45 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-06 05:39:18 (GMT)
commit1c62d7875058b60e19f930f6c13cb510c098d958 (patch)
tree8f253e30c9f682af640092927a3c2ec360a54927 /tools/tinderbox_build
parent639f7b2c822135412dca4a0a3ac8834ac7431251 (diff)
downloadmonitoring-plugins-1c62d7875058b60e19f930f6c13cb510c098d958.tar.gz
tinderbox_build: Clarify comment
Diffstat (limited to 'tools/tinderbox_build')
-rwxr-xr-xtools/tinderbox_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 5035b60..b908da8 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -235,7 +235,7 @@ sub SetupPath {
235 print "Path before: $Path\n"; 235 print "Path before: $Path\n";
236 236
237 # Don't alter path if we're building off a repository tree; 237 # Don't alter path if we're building off a repository tree;
238 # SunOS make will work only out of snapshots and releases. 238 # SunOS make will be used only for snapshots and releases.
239 if ( $OS eq 'SunOS' && !( -e '.svn' || -e '.git' )) { 239 if ( $OS eq 'SunOS' && !( -e '.svn' || -e '.git' )) {
240 $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; 240 $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
241 } 241 }