diff options
author | peter <peter@FreeBSD.org> | 1997-06-08 10:09:37 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-06-08 10:09:37 +0800 |
commit | 204e38fe874e71ca41af9209aa65d0ed75fafe2f (patch) | |
tree | 4797dc60f93c2c249da6b3343edd13d9bfdeefda /CVSROOT/unwrap | |
parent | e5704cede3e2045ff7979772eca000d71c047e22 (diff) | |
download | freebsd-ports-graphics-204e38fe874e71ca41af9209aa65d0ed75fafe2f.tar.gz freebsd-ports-graphics-204e38fe874e71ca41af9209aa65d0ed75fafe2f.tar.zst freebsd-ports-graphics-204e38fe874e71ca41af9209aa65d0ed75fafe2f.zip |
Be more consistant with $Id$
Diffstat (limited to 'CVSROOT/unwrap')
-rwxr-xr-x | CVSROOT/unwrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/unwrap b/CVSROOT/unwrap index d8335f563d3..535209aee23 100755 --- a/CVSROOT/unwrap +++ b/CVSROOT/unwrap @@ -1,8 +1,8 @@ #! /bin/sh # -# unwrap - extract the combined package (created with wrap) +# $Id: unwrap,v 1.1 1996/02/07 14:35:43 peter Exp $ # -# $Id$ +# unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap |