From 2be86764fe7d9284fa6925f5063aa8d5a6050b8c Mon Sep 17 00:00:00 2001 From: Bryce Glover Date: Sat, 15 Apr 2017 10:42:28 -0400 Subject: [PATCH] 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 5319afbc..7d35f48d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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