summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2010-01-04 16:03:49 +0100
committermalosek <malosek@fastmq.com>2010-01-04 16:03:49 +0100
commit1528edb963b2c9d292758f7704eeda336d358db2 (patch)
treec42327787b05a5463c553c62277fc85034719cec /autogen.sh
parent7884f4541aa6f95b76e0b2429baaf11108c543a1 (diff)
fixed autogen.sh complaining about existing config dir
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d538709..1478fb3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,7 +26,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
-mkdir config
+mkdir -p config
if [ $? -ne 0 ]; then
echo
echo "Cannot create config directory."