diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-22 20:32:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-22 20:32:21 +0000 |
commit | bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3 (patch) | |
tree | dda831dfc62cdd5a43377ec0598fa39721195f54 | |
parent | 8726801954dda4a6523435bc94bbe3f7d76c9272 (diff) | |
download | rpmtools-bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3.tar rpmtools-bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3.tar.gz rpmtools-bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3.tar.bz2 rpmtools-bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3.tar.xz rpmtools-bd7c9426dcf6e3b4ee4eb5058470213e4fb2b4f3.zip |
perl_checker cleanups
-rwxr-xr-x | gendistrib | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -150,8 +150,8 @@ foreach my $e (grep { !$_->{noneedrebuild} } @hdlists) { $nobadrpm ? '--no-bad-rpm' : (), $nomd5sum ? "--no-md5sum" : (), $distrib->getvalue($e->{media}, 'xml-info') ? '--xml-info' : (), - $synthesis_filter ? "--synthesis-filter \'$synthesis_filter\'" : (), - $xml_info_filter ? "--xml-info-filter \'$xml_info_filter\'" : (), + $synthesis_filter ? "--synthesis-filter '$synthesis_filter'" : (), + $xml_info_filter ? "--xml-info-filter '$xml_info_filter'" : (), -e $file_deps ? "--file-deps $file_deps" : (), ); my $cmd = "genhdlist2 $options $e->{path}"; |