Re: [PATCH] Fix bashism in vc-key.sh

2017-11-12 Thread Chris Johns
On 13/11/2017 01:39, Martin Erik Werner wrote: > Change "==" to "=", since "==" for comparison is not available in POSIX > sh. Thank you. I have pushed this. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] Fix bashism in vc-key.sh

2017-11-12 Thread Martin Erik Werner
Change "==" to "=", since "==" for comparison is not available in POSIX sh. Signed-off-by: Martin Erik Werner --- cpukit/sapi/vc-key.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/sapi/vc-key.sh b/cpukit/sapi/vc-key.sh index c628a1e26d..3c8f446d3f 100755 --- a/