From: Eli Zaretskii Date: Wed, 7 May 2008 10:32:47 +0000 (+0000) Subject: Fix last change: don't use < and > in "rem" lines, they are interpreted X-Git-Tag: emacs-pretest-23.0.90~5744 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d95d9b236022805a141f68f2ad73a9224d7e4d0a;p=emacs.git Fix last change: don't use < and > in "rem" lines, they are interpreted as redirection by DOS shells. --- diff --git a/ChangeLog b/ChangeLog index 75228987169..06120530bea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-07 Eli Zaretskii + + * config.bat: Fix last change: don't use < and > in "rem" lines, + they are interpreted as redirection by DOS shells. + 2008-05-04 YAMAMOTO Mitsuharu * configure.in: Check availability of AvailabilityMacros.h diff --git a/config.bat b/config.bat index 8f93451d80b..c007e0c8cd1 100644 --- a/config.bat +++ b/config.bat @@ -17,7 +17,7 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem You should have received a copy of the GNU General Public License -rem along with GNU Emacs. If not, see . +rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/. rem ---------------------------------------------------------------------- rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: