emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 645694ccdb 3/3: ; * config.bat: Fix typo.


From: Po Lu
Subject: master 645694ccdb 3/3: ; * config.bat: Fix typo.
Date: Fri, 11 Feb 2022 07:30:55 -0500 (EST)

branch: master
commit 645694ccdb1526ccf78ea95df7fe505e93231202
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * config.bat: Fix typo.
---
 config.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.bat b/config.bat
index d647ad5e67..758e462138 100644
--- a/config.bat
+++ b/config.bat
@@ -312,7 +312,7 @@ sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk
 rm -f gnulib.tmp
 Rem Create directorys in lib/ that MKDIR_P is supposed to create
 Rem but I have no idea how to do that on MS-DOS.
-mkdir lib\sys
+mkdir sys
 Rem Create .d files for new files in lib/ and lib/malloc/
 If Not Exist deps\stamp mkdir deps
 for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]