Skip to content

Commit

Permalink
Set echo off again in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetjunkie committed Jan 10, 2020
1 parent a391005 commit 0e602f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rem @ECHO OFF
@ECHO OFF

for /f "tokens=2 delims==" %%I in ('wmic os get localdatetime /format:list') do set datetime=%%I

Expand Down

0 comments on commit 0e602f5

Please sign in to comment.