Fix missing full pah for catz call

This commit is contained in:
Steve McIntyre 2017-02-14 23:32:08 +00:00
parent fac6e7cafa
commit 2928846080
1 changed files with 1 additions and 1 deletions

View File

@ -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;