Re: [PATCH] tests/getopts5.sub: Update interpreter

2016-08-24 Thread Chet Ramey
On 8/24/16 5:51 AM, kai.7.k...@gmail.com wrote: > From: Kai Kang > > The interpreter of tests/getopts5.sub is /local/bin/bash which is > obsolete, replace with /bin/bash. Thanks. This doesn't matter, since the file is run as an argument to the just-built version of bash that's being tested. Ch

[PATCH] tests/getopts5.sub: Update interpreter

2016-08-24 Thread kai . 7 . kang
From: Kai Kang The interpreter of tests/getopts5.sub is /local/bin/bash which is obsolete, replace with /bin/bash. Signed-off-by: Kai Kang --- tests/getopts5.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/getopts5.sub b/tests/getopts5.sub index c6e3888..0616b6d 1