• R/O
  • SSH

traclightning: Commit

traclightningのリポジトリ


Commit MetaInfo

Revisionc1dda37dd59adf12d2cc0934b07b413934337f2a (tree)
Time2015-08-12 15:33:05
AuthorJun Omae <jun66j5@gmai...>
CommiterJun Omae

Log Message

Avoid verbose messages from move command

Change Summary

Incremental Difference

diff -r 9d80deae713d -r c1dda37dd59a build.cmd
--- a/build.cmd Wed Aug 12 15:22:03 2015 +0900
+++ b/build.cmd Wed Aug 12 15:33:05 2015 +0900
@@ -139,7 +139,7 @@
139139 REM Modify shebang in Scripts/*.py
140140 for %%i in (tmp\dist\Scripts\*.py) do (
141141 install\sed.exe -e "1 s/^#!.*$/#! python.exe/" %%i >%%i.new
142- move/y %%i.new %%i
142+ move/y %%i.new %%i >nul
143143 )
144144
145145 echo Building TracLightning%BUILDVER%.exe...
Show on old repository browser