changeset 20:2ecce0ee7183 draft

Uploaded
author bgruening
date Tue, 05 Nov 2013 13:56:08 -0500
parents 4b482f6136c2
children 81d711564625
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 05 12:32:08 2013 -0500
+++ b/tool_dependencies.xml	Tue Nov 05 13:56:08 2013 -0500
@@ -54,7 +54,7 @@
                     TPP is fails with a error due to an deprecated use of qw()
                     See the rant @ http://blogs.perl.org/users/rurban/2010/09/qw-in-list-context-deprecated.html
                 -->
-                <action type="shell_command">sed -i -e 's/  /(&amp;) /' ../perl/tpp_models.pl</action>
+                <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../perl/tpp_models.pl</action>
                 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../CGI/show_nspbin.pl</action>
                 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../perl/exporTPP.pl</action>