summaryrefslogtreecommitdiffstats
path: root/contrib/aix/inventory.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/aix/inventory.sh')
-rwxr-xr-xcontrib/aix/inventory.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/aix/inventory.sh b/contrib/aix/inventory.sh
index 4f408e67..e2641e79 100755
--- a/contrib/aix/inventory.sh
+++ b/contrib/aix/inventory.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# inventory.sh
-# $Id: inventory.sh,v 1.5 2003/08/26 03:43:13 dtucker Exp $
+# $Id: inventory.sh,v 1.6 2003/11/21 12:48:56 djm Exp $
#
# Originally written by Ben Lindstrom, modified by Darren Tucker to use perl
# This file is placed into the public domain.
@@ -59,5 +59,5 @@ find . ! -name . -print | perl -ne '{
} elsif ( -d $_ ) {
# Entry is Directory
print "\ttype=DIRECTORY\n";
- }
+ }
}'