mailr27500 - /trunk/devel_scripts/manual_c_module.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 04, 2015 - 09:30:
Author: bugman
Date: Wed Feb  4 09:30:58 2015
New Revision: 27500

URL: http://svn.gna.org/viewcvs/relax?rev=27500&view=rev
Log:
Modified the manual_c_module.py developer script so that the path can be 
supplied on the command line.


Modified:
    trunk/devel_scripts/manual_c_module.py

Modified: trunk/devel_scripts/manual_c_module.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/manual_c_module.py?rev=27500&r1=27499&r2=27500&view=diff
==============================================================================
--- trunk/devel_scripts/manual_c_module.py      (original)
+++ trunk/devel_scripts/manual_c_module.py      Wed Feb  4 09:30:58 2015
@@ -9,6 +9,8 @@
 # The target.
 target = sys.argv[1]
 path = '/data/python/'
+if len(sys.argv) == 3:
+    path = sys.argv[2]
 
 # The list of build commands to run.
 cmd = []




Related Messages


Powered by MHonArc, Updated Wed Feb 04 09:40:02 2015