about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-31 23:04:09 +0200
committerGitHub <noreply@github.com>2020-08-31 23:04:09 +0200
commit7f621509eee57f0b6fd9ad542adc4f2acafeb059 (patch)
treeeb930b56b9ca79f081342affc0c1b82ba8d45780 /GNUmakefile
parent2dffed1cffcd78db16412d0531d2976bfd3bc0fe (diff)
parent4261e17b3e9d90fea9495fc046d55976cc9e7647 (diff)
downloadafl++-7f621509eee57f0b6fd9ad542adc4f2acafeb059.tar.gz
Merge pull request #540 from AFLplusplus/dev
Dev
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1ccb2bb0..61f0ca55 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -573,7 +573,7 @@ source-only: all
 %.8:	%
 	@echo .TH $* 8 $(BUILD_DATE) "afl++" > $@
 	@echo .SH NAME >> $@
-	@echo -n ".B $* \- " >> $@
+	@printf "%s" ".B $* \- " >> $@
 	@./$* -h 2>&1 | head -n 1 | sed -e "s/$$(printf '\e')[^m]*m//g" >> $@
 	@echo >> $@
 	@echo .SH SYNOPSIS >> $@