Using the upload tool was a mistake, part 2

This commit is contained in:
richardg867
2022-03-15 21:37:12 -03:00
committed by GitHub
parent f9e3cb0956
commit 7acf41b1e4

View File

@@ -301,7 +301,7 @@ then
prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg"
grep -qE "^$prefixed_pkg " pacman.txt || pkgs="$pkgs $prefixed_pkg"
done < deps.txt
rm -f pacman.txt deps.txt
rm -f deps.txt pacman.txt
yes | pacman -S --needed $pkgs
if [ $? -ne 0 ]
then