]> www.infradead.org Git - users/hch/configfs.git/commitdiff
selftests: net: change shebang to bash in amt.sh
authorTaehee Yoo <ap420073@gmail.com>
Fri, 21 Jun 2024 04:16:37 +0000 (04:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jun 2024 13:27:22 +0000 (14:27 +0100)
amt.sh is written in bash, not sh.
So, shebang should be bash.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Acked-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/amt.sh

index 7e7ed6c558da9ef2a025c1d5a38754c56fa4417c..d458b45c775b47e5a874dbd004e5858e80e92cc7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 
 # Author: Taehee Yoo <ap420073@gmail.com>