* Fixed typo, Closes: #60424

This commit is contained in:
joey
2000-03-15 04:31:25 +00:00
parent 6f7dc901be
commit cd045e6c33
2 changed files with 7 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ sub FixFields { my ($self,%fields)=@_;
foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') {
if ($fields{$field}) {
# Rpm expands %S, so escape such things.
` my $f = pack("u",$fields{$field});
my $f = pack("u",$fields{$field});
$f =~ s/%/%%/g;
$fields{$field}=
"set -e\n".