Merge pull request #823 from RandomDSdevel/typo-fixes

Small Typo Fix
This commit is contained in:
zdenop 2017-04-15 19:12:51 +02:00 committed by GitHub
commit e18a802994

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