]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/parameters/positional4.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional4.0
index c1c380c0feac7fc4612c034098b8208df3306917..48c2f01fccdf8317c245641c19f84d49c16fb55d 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/parameters/positional4.0 268568 2014-07-12 10:27:30Z jilles $
 
 set -- "x$0" 2 3 4 5 6 7 8 9 "y$0"
 [ "${01}.${010}" = "$1.${10}" ]