summaryrefslogtreecommitdiff
path: root/Build.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Build.pm')
-rw-r--r--Build.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.pm b/Build.pm
index 437fea3..e00f514 100644
--- a/Build.pm
+++ b/Build.pm
@@ -1004,7 +1004,7 @@ sub expand {
my @directdepsend;
if ($xignore{'-directdepsend--'}) {
delete $xignore{'-directdepsend--'};
- my @directdepsend = @p;
+ @directdepsend = @p;
for my $p (splice @p) {
last if $p eq '--directdepsend--';
push @p, $p;