diff nt/configure.bat @ 110651:a163b2dbf867

nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 29 Sep 2010 15:58:11 +0200
parents 14057cf8379c
children 40af77a50adc
line wrap: on
line diff
--- a/nt/configure.bat	Wed Sep 29 15:38:27 2010 +0200
+++ b/nt/configure.bat	Wed Sep 29 15:58:11 2010 +0200
@@ -669,7 +669,7 @@
 fc /b config.tmp ..\src\config.h >nul 2>&1
 if errorlevel 1 goto doCopy
 fc /b paths.h ..\src\epaths.h >nul 2>&1
-if errorlevel 0 goto dontCopy
+if not errorlevel 1 goto dontCopy
 
 :doCopy
 copy config.tmp ..\src\config.h