mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
sliptty/start_network.sh: do not provide sliptty with -e argument
This commit is contained in:
parent
20ce69c361
commit
45ef9f9fe7
2
dist/tools/sliptty/start_network.sh
vendored
2
dist/tools/sliptty/start_network.sh
vendored
@ -99,7 +99,7 @@ SLIP_ONLY=0
|
||||
|
||||
while getopts ehI: opt; do
|
||||
case ${opt} in
|
||||
e) SLIP_ONLY=1;;
|
||||
e) SLIP_ONLY=1; shift 1;;
|
||||
I) TUN=${OPTARG}; shift 2;;
|
||||
h) usage $0; exit 0;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user