# HG changeset patch # User peterjc # Date 1392892704 18000 # Node ID 50f9eeba02ea59a8e3d516649f93d3aad5d4e0a9 # Parent eab09bc4d63e1a2c314e76b1a8e64a153fa06f9b Fixed bash syntax error in fall back messages diff -r eab09bc4d63e -r 50f9eeba02ea tool_dependencies.xml --- 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 @@ - echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported. - echo Your machine details (the output from 'uname' and 'arch'): + echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported." + echo "Your machine details (the output from 'uname' and 'arch'):" uname arch - echo Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you! + echo "Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!" false - +