]> Cypherpunks repositories - gostls13.git/commit
build: small cleanup in error message in make.bat
authorGiovanni Bajo <rasky@develer.com>
Sun, 25 Feb 2018 11:00:58 +0000 (12:00 +0100)
committerGiovanni Bajo <rasky@develer.com>
Mon, 26 Feb 2018 10:27:14 +0000 (10:27 +0000)
commitdd3b4714be643321babc859b807399aa288a4475
treea22e97d313581eedfcdd34a72572aa542b9f5e1d
parente9c57bea11c75810225ee1abf24a0daeed2bfb64
build: small cleanup in error message in make.bat

Contrary to bash, double quotes cannot be used to group
arguments in Windows shell, so they were being printed as
literals by the echo command.

Since a literal '>' is present in the string, it is sufficient
to escape it correctly through '^'.

Change-Id: Icc8c92b3dc8d813825adadbe3d921a38d44a1a94
Reviewed-on: https://go-review.googlesource.com/97056
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/make.bat