From c3b9d639c2fbea29af5b1a3f61e7e1678e0809b7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 22 Jul 2012 17:46:06 +0200 Subject: [PATCH] command_util.sh: Remove unnecessary mkdir command. This crept in five years ago (commit 4c034f8d) for no good reason. --- command_util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/command_util.sh b/command_util.sh index b37c5b03..e33e0769 100755 --- a/command_util.sh +++ b/command_util.sh @@ -36,7 +36,6 @@ read_one_command() template=0 template_name="" template_prototype="" - mkdir -p man/man1 while read key value; do case "$key" in ---) -- 2.39.2