[PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-10 Thread Christoph Höger
The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issues/45843 Signed-off-by: Christoph Höger

[PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-10 Thread Christoph Höger
The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issues/45843 Signed-off-by: Christoph Höger