From d95d9b236022805a141f68f2ad73a9224d7e4d0a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 May 2008 10:32:47 +0000 Subject: [PATCH] Fix last change: don't use < and > in "rem" lines, they are interpreted as redirection by DOS shells. --- ChangeLog | 5 +++++ config.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: -- 2.39.5