diff options
Diffstat (limited to 'packdrake-pm/packdrake.pm')
-rw-r--r-- | packdrake-pm/packdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packdrake-pm/packdrake.pm b/packdrake-pm/packdrake.pm index 36aa983..8e39f46 100644 --- a/packdrake-pm/packdrake.pm +++ b/packdrake-pm/packdrake.pm @@ -483,7 +483,7 @@ sub build_archive { my @data_f; foreach my $file (@{$packer->{files}}) { - $packer->{data}{$file} or die "packdrake: internal error on $_\n"; + $packer->{data}{$file} or die "packdrake: internal error on $file\n"; #- specific according to type. #- with this version, only f has specific data other than strings. |