diff options
| author | Eli Zaretskii | 2000-08-08 10:36:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-08 10:36:51 +0000 |
| commit | dd0e1e5440325d615eaea74e4ce2c5492008f992 (patch) | |
| tree | 2470a68ef34453e4ad4567e57a3c49fb53978cce /config.bat | |
| parent | bb63aae5917bd574ddc985a36ec9d2f6fef68872 (diff) | |
| download | emacs-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.bat | 2 |
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 ---------------------------------------------------------------------- | |||
| 219 | Echo Configuring the main directory... | 219 | Echo Configuring the main directory... |
| 220 | If "%DJGPP_VER%" == "1" goto mainv1 | 220 | If "%DJGPP_VER%" == "1" goto mainv1 |
| 221 | Echo Looking for the GDB init file... | 221 | Echo Looking for the GDB init file... |
| 222 | If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit | 222 | If Exist src\.gdbinit update src/.gdbinit src/_gdbinit |
| 223 | If Exist src\_gdbinit goto gdbinitOk | 223 | If Exist src\_gdbinit goto gdbinitOk |
| 224 | Echo ERROR: | 224 | Echo ERROR: |
| 225 | Echo I cannot find the GDB init file. It was called ".gdbinit" in | 225 | Echo I cannot find the GDB init file. It was called ".gdbinit" in |