Meta/Dothem: make sure that --scratch build is really from scratch

This commit is contained in:
Junio C Hamano
2016-05-26 14:29:05 -07:00
parent e55b374fb4
commit b0fb9c0b1e

3
Dothem
View File

@@ -174,7 +174,10 @@ do
'')
;;
y)
saveMeta=$(readlink Meta)
Meta/Make distclean
git clean -f -x
ln -s "$saveMeta" Meta
;;
esac &&