changeset 2:50f9eeba02ea draft

Fixed bash syntax error in fall back messages
author peterjc
date Thu, 20 Feb 2014 05:38:24 -0500
parents eab09bc4d63e
children 4a8a61d680fa
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Oct 08 04:54:04 2013 -0400
+++ b/tool_dependencies.xml	Thu Feb 20 05:38:24 2014 -0500
@@ -45,13 +45,13 @@
                 </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 Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!</action>
+                    <action type="shell_command">echo "Please report this via https://github.com/peterjc/galaxy_blast/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 -->
+                    <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
                 </actions>
                 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
                 <action type="set_environment">