[114267] trunk/www/install.php

ryandesign at macports.org ryandesign at macports.org
Tue Dec 3 22:20:17 PST 2013


Revision: 114267
          https://trac.macports.org/changeset/114267
Author:   ryandesign at macports.org
Date:     2013-12-03 22:20:17 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
install.php: fix typo in license agreement command (#41642)

Modified Paths:
--------------
    trunk/www/install.php

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2013-12-04 06:04:38 UTC (rev 114266)
+++ trunk/www/install.php	2013-12-04 06:20:17 UTC (rev 114267)
@@ -14,7 +14,7 @@
 
     <ol>
         <li>Install <a href="http://guide.macports.org/#installing.xcode">Xcode and the Xcode Command Line Tools</a></li>
-        <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild --license</code></li>
+        <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild -license</code></li>
         <li>Install MacPorts for your version of OS X:
             <ul>
                 <li><a href="<?php echo $mavericks_pkg; ?>"    >OS X 10.9 Mavericks</a></li>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/569bebdb/attachment.html>


More information about the macports-changes mailing list