From e47c29e72847b780ffa54a3fdbadd0e01d8882d5 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 20 Apr 2020 22:14:41 +0200 Subject: [PATCH] dont error on git reset --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 78763ecf..2337b9e0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -435,7 +435,7 @@ endif deepclean: clean rm -rf qemu_mode/qemu-3.1.1.tar.xz rm -rf unicorn_mode/unicornafl - git reset --hard || true + git reset --hard >/dev/null 2>&1 || true distrib: all radamsa -$(MAKE) -C llvm_mode