From: Guus Sliepen Date: Sat, 17 Jun 2000 08:30:45 +0000 (+0000) Subject: Added another semicolon for bash2 compliance (thanks to Jamie Briggs) X-Git-Tag: release-1.0.3~102 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=0d167e1f5d8778674a9a77b2256050e3afe2896e Added another semicolon for bash2 compliance (thanks to Jamie Briggs) --- diff --git a/redhat/tinc b/redhat/tinc index e11e8550..d3a34dd7 100644 --- a/redhat/tinc +++ b/redhat/tinc @@ -180,7 +180,7 @@ vpn_load () { NET=$(ipcalc --network $ADR $MSK | cut -d"=" -f2) # MAC address - MAC=$(printf "fe:fd:%0.2x:%0.2x:%0.2x:%0.2x" $(echo $ADR | { IFS=. ; read a b c d; echo $a $b $c $d })) + MAC=$(printf "fe:fd:%0.2x:%0.2x:%0.2x:%0.2x" $(echo $ADR | { IFS=. ; read a b c d; echo $a $b $c $d; })) # debugging # echo >&2