]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/expansion/arith14.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith14.0
index 836904335ef3d2016f45c31b8f48829985d72638..a51e91604fab2bb7c6f7c6bf521a11f0dd0efcfa 100644 (file)
@@ -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