Meta/Dothem: make sure that --scratch build is really from scratch
Junio C Hamano committed
May 26, 2016 at 14:29 UTC
b0fb9c0b1e43f76ec43de15289cef30625cb947c
1 file changed
+3
Dothem
+3
@@ -174,7 +174,10 @@ do
174
'')
175
;;
176
y)
177
+ saveMeta=$(readlink Meta)
178
Meta/Make distclean
179
+ git clean -f -x
180
+ ln -s "$saveMeta" Meta
181
;;
182
esac &&
183