From: Andrew Ruthven Date: Thu, 26 Apr 2012 09:30:56 +0000 (+1200) Subject: Fix a typo. X-Git-Tag: v0.6~10 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b501a6a639677ac6db55deaa21900a0e5a23902;p=etc-obnam.git Fix a typo. --- diff --git a/run-backup b/run-backup index fd76d95..4c5d30f 100755 --- a/run-backup +++ b/run-backup @@ -51,7 +51,7 @@ check_host() { # Check the neighbour table. If $HOST_NAME is *us* then we won't have an # entry, that is why HOST_MAC is optional. Could check ip link to see if - $ $HOST_MAC is on this box. + # $HOST_MAC is on this box. local mac=$(ip neigh | egrep "^$ip " | grep REACHABLE | awk '{ print $5 }' ) if [ $(echo $mac | wc -l ) -ne 1 ] then