From b0fb9c0b1e43f76ec43de15289cef30625cb947c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 26 May 2016 14:29:05 -0700 Subject: [PATCH] Meta/Dothem: make sure that --scratch build is really from scratch --- Dothem | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dothem b/Dothem index f102c2569d..8dca9ce947 100755 --- a/Dothem +++ b/Dothem @@ -174,7 +174,10 @@ do '') ;; y) + saveMeta=$(readlink Meta) Meta/Make distclean + git clean -f -x + ln -s "$saveMeta" Meta ;; esac && -- 2.47.3