提交 3a6e5eee authored 作者: Mathieu Parent's avatar Mathieu Parent

email2pdf: header file path was hardcoded

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@15771 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d7395996
......@@ -201,7 +201,7 @@ sub process_header
};
# specify input filename, or file handle, text reference, etc.
my $content_type = `file --mime-type --brief header.html`;
my $content_type = `file --mime-type --brief $o_header`;
$content_type =~ s/\s+$//; # trim end whitespace
my $header = '';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论