diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-05-07 10:32:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-05-07 10:32:47 +0000 |
commit | d95d9b236022805a141f68f2ad73a9224d7e4d0a (patch) | |
tree | 7fdda0afb17f9c0023737d9a76da687a0a6944ca /config.bat | |
parent | 9a6b551bfd704a799507ddfcf248f2850fcb4ec7 (diff) | |
download | emacs-d95d9b236022805a141f68f2ad73a9224d7e4d0a.tar.gz emacs-d95d9b236022805a141f68f2ad73a9224d7e4d0a.tar.bz2 emacs-d95d9b236022805a141f68f2ad73a9224d7e4d0a.zip |
Fix last change: don't use < and > in "rem" lines, they are interpreted
as redirection by DOS shells.
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
+rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
rem ----------------------------------------------------------------------
rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
|