Added another semicolon for bash2 compliance (thanks to Jamie Briggs)
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 17 Jun 2000 08:30:45 +0000 (08:30 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 17 Jun 2000 08:30:45 +0000 (08:30 +0000)
redhat/tinc

index e11e855..d3a34dd 100644 (file)
@@ -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