Skip to content

Commit

Permalink
fixed autogen.sh complaining about existing config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
malosek committed Jan 4, 2010
1 parent 7884f45 commit 1528edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -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."
Expand Down

0 comments on commit 1528edb

Please sign in to comment.