aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index f05c2c6..d52ee6f 100755
--- a/iurt
+++ b/iurt
@@ -1112,7 +1112,7 @@ sub check_media {
my $name = $pkg->name;
$provides->{$pkg->fullname} = 1;
foreach ($pkg->provides) {
- if ($_ =~ /([^[]+)(?:\[(.*)\])?/g) {
+ if (/([^[]+)(?:\[(.*)\])?/g) {
$provides->{$1} = $2 || 1;
}
}