summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/makeparcels.pl.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 0846ef46..b459be95 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -136,8 +136,7 @@ for my $parcel (@parcels)
print MAKE "\tcp $name $dir\n";
}
# remove path from script name
- $name =~ m~/([^/]+)\Z~;
- $name = $1;
+ $name =~ s{.*/}{};
}
unless ($target_windows)