summaryrefslogtreecommitdiff
path: root/release/scripts/info.sh
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /release/scripts/info.sh
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Diffstat (limited to 'release/scripts/info.sh')
-rw-r--r--release/scripts/info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/info.sh b/release/scripts/info.sh
index e25ceb73dbe9..63f8b9299f41 100644
--- a/release/scripts/info.sh
+++ b/release/scripts/info.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $ANA: info.sh,v 1.3 1996/06/04 16:25:30 wollman Exp $
-# $FreeBSD$
+# $FreeBSD: src/release/scripts/info.sh,v 1.5.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $
#
ls $1.[a-z][a-z] | wc | awk '{ print "Pieces = ",$1 }'