# HG changeset patch # User Jim Johnson # Date 1412855757 18000 # Node ID aa519f1dda68e166915f2e4a7c29427c96344f52 # Parent 0bce36ee6bf2318a4b730672cd63f692ae255ca8 Can not rely on echo -e behavior diff -r 0bce36ee6bf2 -r aa519f1dda68 tool_dependencies.xml --- a/tool_dependencies.xml Fri Oct 03 07:59:16 2014 -0500 +++ b/tool_dependencies.xml Thu Oct 09 06:55:57 2014 -0500 @@ -45,12 +45,10 @@ sed -i.orig 's/endform/end_form/' TPP-4.6.3/trans_proteomic_pipeline/CGI/tpp_gui/tpp_gui.pl ./TPP-4.6.3/trans_proteomic_pipeline/src/ - echo 'TPP_ROOT=$INSTALL_DIR/tpp/' > Makefile.config.incl - echo 'TPP_WEB=/tpp/' >> Makefile.config.incl - echo 'CGI_USER_DIR=$INSTALL_DIR/cgi-bin/' >> Makefile.config.incl - - echo "TPP_ROOT=$INSTALL_DIR/\nTPP_WEB=/tpp/\nXSLT_PROC=/usr/bin/xsltproc\nCGI_USERS_DIR=$INSTALL_DIR/cgi-bin/" > "Makefile.config.incl" - + echo "TPP_ROOT=$INSTALL_DIR/" > Makefile.config.incl + echo "TPP_WEB=/tpp/" >> Makefile.config.incl + echo "XSLT_PROC=/usr/bin/xsltproc" >> Makefile.config.incl + echo "CGI_USER_DIR=$INSTALL_DIR/cgi-bin/" >> Makefile.config.incl sed -i -e 's/qw(.*) /(&) /' ../CGI/show_nspbin.pl sed -i -e 's/qw(.*) /(&) /' ../perl/exporTPP.pl