]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/parameters/positional1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional1.0
index 67d19516a5d99a5ee3d6ba2750d9707f15dd0636..ef95be397143c6c88910bd48a715c2820cda61c1 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/parameters/positional1.0 222158 2011-05-21 14:52:26Z jilles $
 
 set -- a b c d e f g h i j
 [ "$1" = a ] || echo "error at line $LINENO"