From: Andre Noll Date: Sun, 22 Jul 2012 15:46:06 +0000 (+0200) Subject: command_util.sh: Remove unnecessary mkdir command. X-Git-Tag: v0.4.12~43 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c3b9d639c2fbea29af5b1a3f61e7e1678e0809b7;ds=sidebyside command_util.sh: Remove unnecessary mkdir command. This crept in five years ago (commit 4c034f8d) for no good reason. --- 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 ---)