[pve-devel] r5149 - pve-manager/pve2/bin
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Sep 14 12:23:53 CEST 2010
Author: dietmar
Date: 2010-09-14 10:23:53 +0000 (Tue, 14 Sep 2010)
New Revision: 5149
Modified:
pve-manager/pve2/bin/pvesh
Log:
Modified: pve-manager/pve2/bin/pvesh
===================================================================
--- pve-manager/pve2/bin/pvesh 2010-09-14 10:12:10 UTC (rev 5148)
+++ pve-manager/pve2/bin/pvesh 2010-09-14 10:23:53 UTC (rev 5149)
@@ -55,7 +55,8 @@
my $di = dir_info($path);
if (my $children = $di->{children}) {
foreach my $c (@$children) {
- push @res, $dir ? "$dir$c" : $c;
+ my $new = $dir ? "$dir$c" : $c;
+ push @res, $new;
}
}
return @res;
More information about the pve-devel
mailing list