live-netdev: unify coding style and drop noop $NETDEV assignment
authorMichael Prokop <mika@grml.org>
Fri, 8 Sep 2023 09:16:35 +0000 (11:16 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 8 Sep 2023 09:17:35 +0000 (11:17 +0200)
commit876ec309bc17cb7f50cb4be6edfd7ae335edbf59
treed3c5452f9a2fa168e8815f824635a3b2455655ca
parent669a046ab0e9fc85bbad979c25ea167089c4accc
live-netdev: unify coding style and drop noop $NETDEV assignment

Upstream uses tabs instead of whitespace and if\nthen etc coding style,
while I personally don't like this, let's keep coding style consistent,
to make synching and contributions towards upstream easier.

While at it, the NETDEV="$NETDEV" is a noop, as the variable is assigned
to itself, so drop it.
components/9990-select-eth-device.sh