# HG changeset patch
# User peterjc
# Date 1392892736 18000
# Node ID ebde5fa601945fb1cc9cde4fe2cfb2903cbed2de
# Parent c83440a9bdfb10912b739e608878f94cf5166812
Fixed bash syntax error in fall back messages
diff -r c83440a9bdfb -r ebde5fa60194 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Oct 07 11:15:30 2013 -0400
+++ b/tool_dependencies.xml Thu Feb 20 05:38:56 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
-
+