summaryrefslogtreecommitdiff
path: root/contrib/aix/inventory.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/aix/inventory.sh')
-rwxr-xr-xcontrib/aix/inventory.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/aix/inventory.sh b/contrib/aix/inventory.sh
index aa44ab9d4..78df0d16e 100755
--- a/contrib/aix/inventory.sh
+++ b/contrib/aix/inventory.sh
@@ -52,7 +52,7 @@ find . ! -name . -print | perl -ne '{
52 } elsif ( -f $_ ) { 52 } elsif ( -f $_ ) {
53 # Entry is File 53 # Entry is File
54 print "\ttype=FILE\n"; 54 print "\ttype=FILE\n";
55 print "\tsize=VOLATILE\n"; 55 print "\tsize=$sz\n";
56 print "\tchecksum=VOLATILE\n"; 56 print "\tchecksum=VOLATILE\n";
57 } elsif ( -d $_ ) { 57 } elsif ( -d $_ ) {
58 # Entry is Directory 58 # Entry is Directory