]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/aix/inventory.sh
Fix typo. http://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=374
[gssapi-openssh.git] / openssh / contrib / aix / inventory.sh
index 619493ae2af47de0183b7348d8ba47a14859811d..44f59a4130dd8997afe93fd8fe06be4be1d3aa62 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/sh
 #
 # inventory.sh
+# $Id$
 #
 # Originally written by Ben Lindstrom, modified by Darren Tucker to use perl
+# This file is placed into the public domain.
 #
 # This will produce an AIX package inventory file, which looks like:
 #
@@ -57,5 +59,5 @@ find . ! -name . -print | perl -ne '{
        } elsif ( -d $_ ) {
                # Entry is Directory
                print "\ttype=DIRECTORY\n";
-       } 
+       }
 }'
This page took 0.227662 seconds and 4 git commands to generate.