summaryrefslogtreecommitdiff
path: root/release/scripts/info.sh
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /release/scripts/info.sh
parentd2d8199ea25041ce5507c36316475bb4331b66ed (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..21f60c066b09 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.30.1 2008/10/02 02:57:24 kensmith Exp $
#
ls $1.[a-z][a-z] | wc | awk '{ print "Pieces = ",$1 }'