diff options
author | aiju <aiju@phicode.de> | 2012-08-26 15:56:16 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2012-08-26 15:56:16 +0200 |
commit | 90ea636ce1006670101f1185e42cb69a19bbf93c (patch) | |
tree | 89583a4fdd0f053cfb7e2d023d19b67081dae7cc /rc/bin | |
parent | e935fec9beb946700c3695ca54fa87e36b6ebb1a (diff) | |
download | plan9front-90ea636ce1006670101f1185e42cb69a19bbf93c.tar.xz |
fixed netaudit blunder
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/netaudit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/netaudit b/rc/bin/netaudit index acbafc68c..b06ed59c7 100755 --- a/rc/bin/netaudit +++ b/rc/bin/netaudit @@ -7,7 +7,7 @@ fn checkhost { } dom=`{ndb/ipquery sys $sysname dom | sed 's/^dom=//'} echo 'checking this host''s tuple:' - if(~ dom '') + if(~ $dom '') echo ' no dom= entry' if not if(! ~ $dom *.*) echo ' dom='$dom 'does not have a dot' |