summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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."