Mercurial > repos > peterjc > mira4_assembler
diff tools/mira4/tool_dependencies.xml @ 15:b0ffe0e7282b draft
Uploaded v0.0.2 preview 7, fixed bash syntax error
author | peterjc |
---|---|
date | Thu, 20 Feb 2014 05:07:19 -0500 |
parents | a6a56440567c |
children | 381aa262c8cb |
line wrap: on
line diff
--- a/tools/mira4/tool_dependencies.xml Mon Feb 17 06:12:41 2014 -0500 +++ b/tools/mira4/tool_dependencies.xml Thu Feb 20 05:07:19 2014 -0500 @@ -24,12 +24,12 @@ </actions> <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> <actions> - <action type="shell_command">echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported.</action> - <action type="shell_command">echo Your machine details (the output from 'uname' and 'arch'):</action> + <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action> + <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action> <action type="shell_command">uname</action> <action type="shell_command">arch</action> - <action type="shell_command">echo If pre-compiled MIRA binaries are now available for this, please report this</action> - <action type="shell_command">echo via https://github.com/peterjc/pico_galaxyt/issues - thank you!</action> + <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action> + <action type="shell_command">echo "via https://github.com/peterjc/pico_galaxyt/issues - thank you!"</action> <action type="shell_command">false</action> <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> </actions>