changeset 75:886b67f8694d

Uploaded
author bgruening
date Tue, 19 Nov 2013 18:50:28 -0500
parents eea18eadceaf
children 7f16481a1462 2a846521018a
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 19 17:32:03 2013 -0500
+++ b/tool_dependencies.xml	Tue Nov 19 18:50:28 2013 -0500
@@ -67,7 +67,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>