Always remove source.tar when unfetching

This commit is contained in:
Jeremy Soller 2023-09-09 09:15:36 -06:00
parent 1cc47128b2
commit ddab2cd9e8
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -140,11 +140,7 @@ function op {
fi
;;
unfetch)
rm -rfv source
if [ -n "$TAR" ]
then
rm -f source.tar
fi
rm -rfv source source.tar
;;
prepare)
skip=0