diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
commit | 3581c625151d25d8e1cbc80c44337d398d97cf42 (patch) | |
tree | 86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /examples/var_service/dhcp_if/convert2ipconf | |
parent | 46685a46bbffc04d507ce756f4b703aae024debd (diff) | |
download | busybox-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/dhcp_if/convert2ipconf')
-rwxr-xr-x | examples/var_service/dhcp_if/convert2ipconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/dhcp_if/convert2ipconf b/examples/var_service/dhcp_if/convert2ipconf index 114ab0555..62a288ebf 100755 --- a/examples/var_service/dhcp_if/convert2ipconf +++ b/examples/var_service/dhcp_if/convert2ipconf @@ -28,7 +28,7 @@ test "$ip" || exit 1 { echo "let cfg=cfg+1" -test "$interface" && echo "if[\$cfg]='$interface'" +test "$interface" && echo "if[\$cfg]='$interface'" test "$ip" && echo "ip[\$cfg]='$ip'" test "$ip" && test "$mask" \ && echo "ipmask[\$cfg]='$ip/$mask'" |