aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt28
1 files changed, 4 insertions, 4 deletions
diff --git a/iurt2 b/iurt2
index 26e1bcd..0cb1af3 100755
--- a/iurt2
+++ b/iurt2
@@ -1297,10 +1297,10 @@ sub check_media {
while (<$syn>) {
if (/^\@provides@(.*)/) {
foreach my $p (split '@', $1) {
- if ($p =~ /([^[]+)(?:\[(.*)\])?/g) {
- push @prov, $1;
- $provides->{$1} = $2 || 1;
- }
+ if ($p =~ /([^[]+)(?:\[(.*)\])?/g) {
+ push @prov, $1;
+ $provides->{$1} = $2 || 1;
+ }
}
} elsif (/\@info\@([^@]+)@/) {
my $p = $1;