提交 2be86764 编写于 作者: B Bryce Glover

autogen.sh: Small Typo Fix

Implement and contribute one small typographical fix, thereby improving the readability of the script's check
for the existence of the `m4` top-level directory.
上级 7231e676
......@@ -59,7 +59,7 @@ else
bail_out
fi
# create m4 directory if it not exists
# create m4 directory if it does not exist
if [ ! -d m4 ]; then
mkdir m4
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册