]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/expansion/arith8.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith8.0
index 2d03e503387dfebbe2849928d6c1dee8a4df110e..e0739f89cf857c34c961a207aa2f603abbda47f9 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/expansion/arith8.0 216547 2010-12-18 23:03:51Z jilles $
 
 v=$( (eval ': $((08))') 2>&1 >/dev/null)
 [ $? -ne 0 ] && [ -n "$v" ]