diff options
author | malosek <malosek@fastmq.com> | 2010-01-04 16:03:49 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2010-01-04 16:03:49 +0100 |
commit | 1528edb963b2c9d292758f7704eeda336d358db2 (patch) | |
tree | c42327787b05a5463c553c62277fc85034719cec | |
parent | 7884f4541aa6f95b76e0b2429baaf11108c543a1 (diff) |
fixed autogen.sh complaining about existing config dir
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |