mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Fix missing full pah for catz call
This commit is contained in:
parent
fac6e7cafa
commit
2928846080
@ -71,7 +71,7 @@ do
|
||||
echo "No files found for arch $ARCH. Abort!"
|
||||
exit 1
|
||||
fi
|
||||
catz $FILES | MIRROR=$MIRROR perl -ne '
|
||||
$BASEDIR/tools/catz $FILES | MIRROR=$MIRROR perl -ne '
|
||||
chomp;
|
||||
my $mirror = $ENV{"MIRROR"};
|
||||
my $filename;
|
||||
|
Loading…
Reference in New Issue
Block a user