Procházet zdrojové kódy

tinderbox_build: Clarify comment

Thomas Guyot-Sionnest před 17 roky
rodič
revize
1c62d78750
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/tinderbox_build

+ 1 - 1
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'};
     }