gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 130/219: makedebug: Fix ERRORLEVEL detection after


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 130/219: makedebug: Fix ERRORLEVEL detection after running where.exe
Date: Wed, 22 May 2019 19:17:49 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 80637fc473243652c7920965c38dc8a0140e4ead
Author: Steve Holme <address@hidden>
AuthorDate: Sat May 4 22:46:52 2019 +0100

    makedebug: Fix ERRORLEVEL detection after running where.exe
    
    Closes #3838
---
 winbuild/makedebug.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winbuild/makedebug.cmd b/winbuild/makedebug.cmd
index b4a917c34..079e16a05 100644
--- a/winbuild/makedebug.cmd
+++ b/winbuild/makedebug.cmd
@@ -2,7 +2,7 @@
 
 where.exe nmake.exe >nul 2>&1
 
-IF %ERRORLEVEL == 1 (
+IF %ERRORLEVEL% == 1 (
     ECHO Error: Can't find `nmake.exe` - be sure to run this script from 
within a Developer Command-Prompt
     ECHO.
 ) ELSE (

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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