[or-cvs] r22928: {website} force an export so the variables work (website/branches/web20)

Andrew Lewman andrew at torproject.org
Mon Aug 16 19:09:10 UTC 2010


Author: phobos
Date: 2010-08-16 19:09:10 +0000 (Mon, 16 Aug 2010)
New Revision: 22928

Modified:
   website/branches/web20/Makefile
Log:
force an export so the variables work


Modified: website/branches/web20/Makefile
===================================================================
--- website/branches/web20/Makefile	2010-08-16 18:19:23 UTC (rev 22927)
+++ website/branches/web20/Makefile	2010-08-16 19:09:10 UTC (rev 22928)
@@ -17,10 +17,10 @@
 # 6. ./publish
 
 # FIXME: these are the same
-TORSVNSTABLE=/home/phobos/onionrouter/onionrouter/tor/
-TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
-STABLETAG=tor-0.2.1.26
-DEVTAG=tor-0.2.2.14-alpha
+export TORSVNSTABLE=/home/phobos/onionrouter/onionrouter/tor/
+export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
+export STABLETAG=tor-0.2.1.26
+export DEVTAG=tor-0.2.2.14-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download download getinvolved donate



More information about the tor-commits mailing list