Author: jerome
Date: 2010-03-08 13:02:21 +0100 (Mon, 08 Mar 2010)
New Revision: 6083

Modified:
   
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/tags/0.1/executables/start.py
   
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/executables/start.py
Log:
* Fixed command ( oups )

Modified: 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/tags/0.1/executables/start.py
===================================================================
--- 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/tags/0.1/executables/start.py
 2010-03-08 11:10:56 UTC (rev 6082)
+++ 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/tags/0.1/executables/start.py
 2010-03-08 12:02:21 UTC (rev 6083)
@@ -47,7 +47,7 @@
         """
         """
         if os.name != "nt":
-            os.system("perl executables//bashHelloWorld.sh check")
+            os.system("executables//bashHelloWorld.sh check")
         else:
             self.throwMessage("No matching platform")
 

Modified: 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/executables/start.py
===================================================================
--- 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/executables/start.py
    2010-03-08 11:10:56 UTC (rev 6082)
+++ 
software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/executables/start.py
    2010-03-08 12:02:21 UTC (rev 6083)
@@ -47,7 +47,7 @@
         """
         """
         if os.name != "nt":
-            os.system("perl executables//bashHelloWorld.sh check")
+            os.system("executables//bashHelloWorld.sh check")
         else:
             self.throwMessage("No matching platform")
 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to