Skip to content

Commit

Permalink
autogen.sh: Small Typo Fix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RandomDSdevel committed Apr 15, 2017
1 parent 7231e67 commit 2be8676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2be8676

Please sign in to comment.