changeset 6:e95f94586cb3 draft

Uploaded
author wolma
date Wed, 13 Aug 2014 10:46:56 -0400
parents 60e48511fdbf
children 901355b6d040
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Aug 13 10:42:01 2014 -0400
+++ b/tool_dependencies.xml	Wed Aug 13 10:46:56 2014 -0400
@@ -13,7 +13,7 @@
                         <package name="python3" version="3.4.1" />
                     </repository>
                 </action>
-                <action type="shell command">python3 setup.py install --install-scripts $INSTALL_DIR/bin</action>
+                <action type="shell_command">python3 setup.py install --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>