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 ...@@ -26,7 +26,7 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
mkdir config mkdir -p config
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo echo
echo "Cannot create config directory." 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