]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command_util.sh: Remove unnecessary mkdir command.
authorAndre Noll <maan@systemlinux.org>
Sun, 22 Jul 2012 15:46:06 +0000 (17:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 26 Jul 2012 02:19:30 +0000 (04:19 +0200)
This crept in five years ago (commit 4c034f8d) for no good reason.

command_util.sh

index b37c5b03ea5516c2bad778fd82e35a9fa6da2131..e33e0769d9cbc2230bf02b70813d5435f2447430 100755 (executable)
@@ -36,7 +36,6 @@ read_one_command()
        template=0
        template_name=""
        template_prototype=""
        template=0
        template_name=""
        template_prototype=""
-       mkdir -p man/man1
        while read key value; do
                case "$key" in
                ---)
        while read key value; do
                case "$key" in
                ---)