gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 138/219: gen_resp_file.bat: Removed unnecessary @ f


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 138/219: gen_resp_file.bat: Removed unnecessary @ from all but the first command
Date: Wed, 22 May 2019 19:17:57 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 067c2c1c040df1b583eff7048e4cc2c7fe4b0981
Author: Steve Holme <address@hidden>
AuthorDate: Wed May 8 10:44:41 2019 +0100

    gen_resp_file.bat: Removed unnecessary @ from all but the first command
    
    There is need to use @ on every command once echo has been turned off.
    
    Closes #3854
---
 winbuild/gen_resp_file.bat | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat
index aa576f9cf..8b6dbc577 100755
--- a/winbuild/gen_resp_file.bat
+++ b/winbuild/gen_resp_file.bat
@@ -21,10 +21,12 @@ rem * KIND, either express or implied.
 rem *
 rem ***************************************************************************
 
address@hidden exist %OUTFILE% (
+if exist %OUTFILE% (
     del %OUTFILE%
 )
address@hidden %MACRO_NAME% = \> %OUTFILE%
address@hidden %%i in (%*) do @echo             %DIROBJ%/%%i \>>  %OUTFILE%
address@hidden >>  %OUTFILE%
+
+echo %MACRO_NAME% = \> %OUTFILE%
+for %%i in (%*) do echo                %DIROBJ%/%%i \>>  %OUTFILE%
+echo. >>  %OUTFILE%
+
 :END

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



reply via email to

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