[llvm-commits] [polly] r153936 - /polly/trunk/www/get_started.html

Hongbin Zheng etherzhhb at gmail.com
Mon Apr 2 23:29:27 PDT 2012


Author: ether
Date: Tue Apr  3 01:29:27 2012
New Revision: 153936

URL: http://llvm.org/viewvc/llvm-project?rev=153936&view=rev
Log:
www: Append path instead overwrite path when exporting the path of pocc.

Modified:
    polly/trunk/www/get_started.html

Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=153936&r1=153935&r2=153936&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Tue Apr  3 01:29:27 2012
@@ -166,7 +166,7 @@
 tar xzf pocc-1.0-rc3.1-full.tar.gz
 cd pocc-1.0-rc3.1
 ./install.sh
-export PATH=`pwd`/bin
+export PATH=$PATH:`pwd`/bin
 </pre>
 
 You also need to install scoplib-0.2.0 and provide its location to





More information about the llvm-commits mailing list