Commit 1528edb9 authored by malosek's avatar malosek

fixed autogen.sh complaining about existing config dir

parent 7884f454
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment