X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..254f12f71a85dc64a2552ac4af43a6bdb4a80b05:/sh/tests/expansion/arith14.0 diff --git a/sh/tests/expansion/arith14.0 b/sh/tests/expansion/arith14.0 index 8369043..a51e916 100644 --- a/sh/tests/expansion/arith14.0 +++ b/sh/tests/expansion/arith14.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/expansion/arith14.0 270029 2014-08-15 22:36:41Z jilles $ # Check that <> use the low bits of the shift count. if [ $((1<<16<<16)) = 0 ]; then