Skip to content
Snippets Groups Projects
Verified Commit ddab2cd9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Always remove source.tar when unfetching

parent 1cc47128
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment