aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
commit3581c625151d25d8e1cbc80c44337d398d97cf42 (patch)
tree86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /examples
parent46685a46bbffc04d507ce756f4b703aae024debd (diff)
downloadbusybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz
busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.bz2
busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.zip
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/var_service/dhcp_if/convert2ipconf2
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
28 28
29{ 29{
30echo "let cfg=cfg+1" 30echo "let cfg=cfg+1"
31test "$interface" && echo "if[\$cfg]='$interface'" 31test "$interface" && echo "if[\$cfg]='$interface'"
32test "$ip" && echo "ip[\$cfg]='$ip'" 32test "$ip" && echo "ip[\$cfg]='$ip'"
33test "$ip" && test "$mask" \ 33test "$ip" && test "$mask" \
34 && echo "ipmask[\$cfg]='$ip/$mask'" 34 && echo "ipmask[\$cfg]='$ip/$mask'"