From: Thomas Guyot-Sionnest Date: Tue, 6 Jan 2009 05:32:45 +0000 (-0500) Subject: tinderbox_build: Clarify comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c62d7875058b60e19f930f6c13cb510c098d958;p=nagiosplug.git tinderbox_build: Clarify comment --- 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 { print "Path before: $Path\n"; # Don't alter path if we're building off a repository tree; - # SunOS make will work only out of snapshots and releases. + # SunOS make will be used only for snapshots and releases. if ( $OS eq 'SunOS' && !( -e '.svn' || -e '.git' )) { $ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'}; }