From: Kai Kang <kai.7.k...@gmail.com> The interpreter of tests/getopts5.sub is /local/bin/bash which is obsolete, replace with /bin/bash.
Signed-off-by: Kai Kang <kai.7.k...@gmail.com> --- tests/getopts5.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/getopts5.sub b/tests/getopts5.sub index c6e3888..0616b6d 100644 --- a/tests/getopts5.sub +++ b/tests/getopts5.sub @@ -1,4 +1,4 @@ -#!/local/bin/bash +#!/bin/bash #Time-stamp: <95/06/07 07:40:40 h...@imf.unit.no> getop () { -- 2.9.3