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

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
#!/bin/sh
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Author: Taehee Yoo <ap420073@gmail.com>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment