summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/eg/findtar
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
commit4512cea31c94e21bbf22ca99a5bb525ea7a8c84c (patch)
tree628d1180baf59ff2cf578562cdd942fc008cf06b /gnu/usr.bin/perl/eg/findtar
parente852ed17d905386f3bbad057fda2f07926227f89 (diff)
perl-5.6.0 + local changes
Diffstat (limited to 'gnu/usr.bin/perl/eg/findtar')
-rw-r--r--gnu/usr.bin/perl/eg/findtar2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/eg/findtar b/gnu/usr.bin/perl/eg/findtar
index e5c1be278f3..433b9107dca 100644
--- a/gnu/usr.bin/perl/eg/findtar
+++ b/gnu/usr.bin/perl/eg/findtar
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $RCSfile: findtar,v $$Revision: 1.3 $$Date: 1999/04/29 22:51:18 $
+# $RCSfile: findtar,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:46 $
# findtar takes find-style arguments and spits out a tarfile on stdout.
# It won't work unless your find supports -ls and your tar the I flag.