Code

tinderbox_build: Clarify comment
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Tue, 6 Jan 2009 05:32:45 +0000 (00:32 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Tue, 6 Jan 2009 05:39:18 +0000 (00:39 -0500)
tools/tinderbox_build

index 5035b60374fc6a61fd68b7c4cee112ccf0ab4f9d..b908da8344d449e736fcf2e8d4e14fb0c3ae8c09 100755 (executable)
@@ -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'};
     }