Commit 32266073 authored by Taehee Yoo's avatar Taehee Yoo Committed by David S. Miller
Browse files

selftests: net: change shebang to bash in amt.sh



amt.sh is written in bash, not sh.
So, shebang should be bash.

Signed-off-by: default avatarTaehee Yoo <ap420073@gmail.com>
Acked-by: default avatarMuhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b0d3969d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0

# Author: Taehee Yoo <ap420073@gmail.com>