Changeset 6a0d28fd62c3b19a30b9e2b4729d2e3bfe434a22
- Timestamp:
- 05/06/07 03:30:57
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1178422257 +0000
- git-parent:
[7bf0fb24f607559b1f4fdbe921349bbe8c9ebb50]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1178422257 +0000
- Message:
match against the filesystem without the snapshot name, closes #13
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2f77710 |
r6a0d28f |
|
| 200 | 200 | chomp; |
|---|
| 201 | 201 | my @line = split /\t/; |
|---|
| 202 | | if($line[0] =~ /$conf{pattern}/) { |
|---|
| | 202 | (my $fs = $line[0]) =~ s/\@.+//; |
|---|
| | 203 | if($fs =~ /$conf{pattern}/) { |
|---|
| 203 | 204 | if($line[0] =~ /(\S+)\@([^\@]+)$/) { |
|---|
| 204 | 205 | $zfs{$1} ||= []; |
|---|