diff options
Diffstat (limited to 'autogen.sh')
-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." |