[or-cvs] r23011: {arm} fix: correcting mistake with the startup path from the last (arm/trunk)
Damian Johnson
atagar1 at gmail.com
Sat Aug 21 20:40:30 UTC 2010
Author: atagar
Date: 2010-08-21 20:40:29 +0000 (Sat, 21 Aug 2010)
New Revision: 23011
Modified:
arm/trunk/arm
Log:
fix: correcting mistake with the startup path from the last commit
Modified: arm/trunk/arm
===================================================================
--- arm/trunk/arm 2010-08-21 20:38:47 UTC (rev 23010)
+++ arm/trunk/arm 2010-08-21 20:40:29 UTC (rev 23011)
@@ -1,8 +1,8 @@
#!/bin/sh
-python src/arm/prereq.py
+python src/prereq.py
if [ $? = 0 ]
then
- python -W ignore::DeprecationWarning src/arm/starter.py $*
+ python -W ignore::DeprecationWarning src/starter.py $*
fi
More information about the tor-commits
mailing list