Version/Platform/Processor information: N/A;
commit 8ffab98d55 on Windows with MSYS2
Type: bug
Area: build system
Priority: P3 (release untested)
Description:
If using a Go release candidate (for example 1.7rc6) the 'check_go_version' utility fails to compare the version number to the minimal 1.5.2.
$ make install
bin/check_go_version: linia 69: test: 7rc6: oczekiwano wyra偶enia ca艂kowitego
fatal: go version '1.7rc6' should be at least '1.5.2'
=> Please take a look at https://golang.org/doc/install to install or upgrade go.
make: *** [Makefile:32: go_check] B艂膮d 1
the first message means line 69: test: 7rc6: expected natural expression
PS: I'm updating to the stable version anyway, but I thought this was worth reporting.
Since this is just regex and Bash, I can take this issue.
Most helpful comment
Since this is just regex and Bash, I can take this issue.