X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..deb63bfb0b6f1eb3b14b2a2adb33a6f90d11095a:/sh/tests/parameters/positional1.0 diff --git a/sh/tests/parameters/positional1.0 b/sh/tests/parameters/positional1.0 index 67d1951..ef95be3 100644 --- a/sh/tests/parameters/positional1.0 +++ b/sh/tests/parameters/positional1.0 @@ -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"