diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/sh/arith.y | |
parent | ecf45268515a5c2dec147e793d4870a2d411e91e (diff) | |
download | FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'bin/sh/arith.y')
-rw-r--r-- | bin/sh/arith.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y index ef426db..5908ece 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -88,7 +88,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint |