aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-08 10:36:51 +0000
committerEli Zaretskii2000-08-08 10:36:51 +0000
commitdd0e1e5440325d615eaea74e4ce2c5492008f992 (patch)
tree2470a68ef34453e4ad4567e57a3c49fb53978cce /config.bat
parentbb63aae5917bd574ddc985a36ec9d2f6fef68872 (diff)
downloademacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.tar.gz
emacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.zip
(maindir): Update src/_gdbinit even if it does already exist.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bat b/config.bat
index 6bfd818953f..08919a3e591 100644
--- a/config.bat
+++ b/config.bat
@@ -219,7 +219,7 @@ rem ----------------------------------------------------------------------
219Echo Configuring the main directory... 219Echo Configuring the main directory...
220If "%DJGPP_VER%" == "1" goto mainv1 220If "%DJGPP_VER%" == "1" goto mainv1
221Echo Looking for the GDB init file... 221Echo Looking for the GDB init file...
222If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit 222If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
223If Exist src\_gdbinit goto gdbinitOk 223If Exist src\_gdbinit goto gdbinitOk
224Echo ERROR: 224Echo ERROR:
225Echo I cannot find the GDB init file. It was called ".gdbinit" in 225Echo I cannot find the GDB init file. It was called ".gdbinit" in