net-eth: fix ugly typo

That space before ']' was missing indeed :-/
This commit is contained in:
Michael Shigorin 2014-04-21 17:49:08 +04:00
parent 7a36fed411
commit c08d18dd54

View File

@ -40,7 +40,7 @@ write_iface() {
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"
echo "#USE_IFPLUGD=yes"
[ -z "$append"] || echo "$append"
[ -z "$append" ] || echo "$append"
} > "$dir/options"
}