diff options
| author | alex <alex@builder.localdomain> | 2007-12-17 15:34:37 -0800 |
|---|---|---|
| committer | alex <alex@builder.localdomain> | 2007-12-17 15:34:37 -0800 |
| commit | e031e51f8da8581311d780983d2e335f058fca99 (patch) | |
| tree | 2981c37aa3fc5252f6659870e5b4bce1717e13a5 /scripts/VyattaConfig.pm | |
| parent | edb8226cb91b197f022bfdd28246ff5a86541614 (diff) | |
| parent | e65d2f0e7423bd9d6120e0373a83aad3795670aa (diff) | |
| download | vyatta-cfg-e031e51f8da8581311d780983d2e335f058fca99.tar.gz vyatta-cfg-e031e51f8da8581311d780983d2e335f058fca99.zip | |
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg
Diffstat (limited to 'scripts/VyattaConfig.pm')
| -rw-r--r-- | scripts/VyattaConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaConfig.pm b/scripts/VyattaConfig.pm index a783957..9b1b933 100644 --- a/scripts/VyattaConfig.pm +++ b/scripts/VyattaConfig.pm @@ -284,7 +284,7 @@ sub listDeleted { if (! -d "$filepath") { return undef; } else { opendir DIR, "$filepath" or return undef; - @nodes = grep /^\.wh./, readdir DIR; + @nodes = grep !/^\.wh\.\.wh\./, grep /^\.wh./, readdir DIR; closedir DIR; } |
