diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 10:00:08 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 10:00:08 +0000 |
commit | 4767c5f3476e2d902b28222c5359075a1491982e (patch) | |
tree | 8f5cde521e9eaa4fbc37d53e92d65594fa9d6fea | |
parent | a453267b3bbbc0443c3c983087ba8a3174dbf960 (diff) | |
download | sitesummary-4767c5f3476e2d902b28222c5359075a1491982e.tar.gz sitesummary-4767c5f3476e2d902b28222c5359075a1491982e.tar.bz2 sitesummary-4767c5f3476e2d902b28222c5359075a1491982e.tar.xz |
Typo.
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index 181614b..7da45ec 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -212,7 +212,7 @@ EOF my %checked; while (<F>) { chomp; - my ($dev, $partition, $fs, $opts) = split; + my ($device, $partition, $fs, $opts) = split; next if (exists $checked{$device}); next if ($fs eq "devpts" || $fs eq "autofs" || |