about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-20 22:14:41 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-21 13:14:34 +0200
commitf25919ad567343969da98d8749afb814f371cfbd (patch)
tree3f193da0f0179eabb78600564d23376877b1534b
parentae524d856d77603ad44b2b51885eb4ad3a84272b (diff)
downloadafl++-f25919ad567343969da98d8749afb814f371cfbd.tar.gz
dont error on git reset
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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