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.
This commit is contained in:
Bryce Glover 2017-04-15 10:42:28 -04:00
parent 7231e67682
commit 2be86764fe

View File

@ -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