From: Alexandre Duret-Lutz Date: Mon, 10 Feb 2003 19:00:16 +0000 (+0000) Subject: typo in last patch X-Git-Tag: Release-1-7-2b~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b77e8ef595740be2ee82487f7e60c58dde9071;p=thirdparty%2Fautomake.git typo in last patch --- diff --git a/automake.in b/automake.in index 85a093d5a..4289e262b 100755 --- a/automake.in +++ b/automake.in @@ -37,7 +37,7 @@ BEGIN # Override SHELL. This is required on DJGPP so that system() uses # bash, not COMMAND.COM which doesn't quote arguments properly. # Other systems aren't expected to use $SHELL when Automake - # runs, but it should be safe to drop the `if DJGPP' gard if + # runs, but it should be safe to drop the `if DJGPP' guard if # it turns up other systems need the same thing. After all, # if SHELL is used, ./configure's SHELL is always better than # the user's SHELL (which may be something like tcsh).