projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3339e10
)
command_util.sh: Remove unnecessary mkdir command.
author
Andre Noll
<maan@systemlinux.org>
Sun, 22 Jul 2012 15:46:06 +0000
(17:46 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/command_util.sh
b/command_util.sh
index b37c5b03ea5516c2bad778fd82e35a9fa6da2131..e33e0769d9cbc2230bf02b70813d5435f2447430 100755
(executable)
--- 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
---)