Re: [U-Boot] [PATCH 1/1] scripts/ld-version.sh: regular expression compile fails

2017-11-08 Thread Tom Rini
On Wed, Nov 08, 2017 at 09:01:12PM +0100, Heinrich Schuchardt wrote: > ls --version | scripts/ld-version.sh ... ld? :) > fails with > awk: scripts/ld-version.sh: > line 4: regular expression compile failed (missing '(') > .*) > > So let's refresh the script with the current Linux kernel > versi

[U-Boot] [PATCH 1/1] scripts/ld-version.sh: regular expression compile fails

2017-11-08 Thread Heinrich Schuchardt
ls --version | scripts/ld-version.sh fails with awk: scripts/ld-version.sh: line 4: regular expression compile failed (missing '(') .*) So let's refresh the script with the current Linux kernel version. Signed-off-by: Heinrich Schuchardt --- scripts/ld-version.sh | 6 -- 1 file changed, 4 i