Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
quilt
perl-526.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-526.patch of Package quilt
Index: quilt-0.65/test/run =================================================================== --- quilt-0.65.orig/test/run +++ quilt-0.65/test/run @@ -111,7 +111,7 @@ sub flush_output() sub substitute_vars($) { my ($line) = @_; - $line =~ s[%{(\w+)}][defined $ENV{$1} ? $ENV{$1} : ""]eg; + $line =~ s[%\{(\w+)}][defined $ENV{$1} ? $ENV{$1} : ""]eg; return $line; } @@ -287,7 +287,7 @@ while (defined(my $line = <SOURCE>)) { # Parse the next command if ($line =~ s/^\s*\$ ?//) { # Substitute %{?} with the last command's status - $line =~ s[%{\?}][$last_status]eg; + $line =~ s[%\{\?}][$last_status]eg; chomp($prog = substitute_vars($line)); $prog_line = $lineno;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor