mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
fixed autogen.sh complaining about existing config dir
This commit is contained in:
parent
7884f4541a
commit
1528edb963
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user