On 6/21/24 9:16 AM, Taehee Yoo wrote: > amt.sh is written in bash, not sh. > So, shebang should be bash. > > Signed-off-by: Taehee Yoo <ap420073@xxxxxxxxx> Acked-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> > --- > tools/testing/selftests/net/amt.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh > index 7e7ed6c558da..d458b45c775b 100755 > --- a/tools/testing/selftests/net/amt.sh > +++ b/tools/testing/selftests/net/amt.sh > @@ -1,4 +1,4 @@ > -#!/bin/sh > +#!/bin/bash > # SPDX-License-Identifier: GPL-2.0 > > # Author: Taehee Yoo <ap420073@xxxxxxxxx> -- BR, Muhammad Usama Anjum