Fix bug in environment setting
authorChris Lattner <sabre@nondot.org>
Sun, 8 Jun 2003 15:33:25 +0000 (15:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Jun 2003 15:33:25 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6671 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index ae3c843702196fb68e8289aed1b1f938a838e2c1..8dadc17f2097518cee20ab41782323d7a042956f 100644 (file)
        alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/llvm-gcc</tt>
 
        # Make the LLVM tools easy to use...
-       setenv PATH <i>LLVM_OBJ_DIR</i>/tools/Debug:${PATH}
+       setenv PATH <i>LLVM_OBJ_DIR</i>/llvm/tools/Debug:${PATH}
     </pre>
     The <tt>llvmgcc</tt> alias is useful because the C compiler is not
     included in the CVS tree you just checked out.
 
            <!-- Created: Mon Jul  1 02:29:02 CDT 2002 -->
            <!-- hhmts start -->
-Last modified: Sun May 11 16:49:46 CDT 2003
+Last modified: Tue Jun  3 22:06:43 CDT 2003
 <!-- hhmts end -->
   </body>
 </html>