summaryrefslogtreecommitdiff
path: root/templates/ghs.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-06-21 01:04:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-06-21 01:04:23 +0000
commit0687511047d6aaddadbd32f9b6c2e0c095e1c131 (patch)
treeeb092e88739b41f57efb39d736d4a95bf24ccb5f /templates/ghs.mpd
parent7e2fbf6d4ad62db5b6aacbaa1f7fb9f60d059507 (diff)
downloadMPC-0687511047d6aaddadbd32f9b6c2e0c095e1c131.tar.gz
ChangeLogTag: Mon Jun 20 20:53:50 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/ghs.mpd')
-rw-r--r--templates/ghs.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ghs.mpd b/templates/ghs.mpd
index 8ce31bfe..c1a3e80e 100644
--- a/templates/ghs.mpd
+++ b/templates/ghs.mpd
@@ -30,12 +30,12 @@ default:
:preexec=<%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%> <%if(custom_type->output_option)%><%custom_type->output_option%> <%custom_type->input_file->output_file%><%endif%>
<%endfor%>
<%if(flag_overrides(custom_type->input_file, postcommand))%>
-<%foreach(custom_type->input_file->output_files)%>
+<%foreach(custom_type->input_file)%>
:preexec=<%flag_overrides(custom_type->input_file, postcommand)%>
<%endfor%>
<%else%>
<%if(custom_type->postcommand)%>
-<%foreach(custom_type->input_file->output_files)%>
+<%foreach(custom_type->input_file)%>
:preexec=<%custom_type->postcommand%>
<%endfor%>
<%endif%>