X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..b6d8bf77ecd750be7758113da9f38b27bfecfc17:/sh/tests/builtins/read4.0 diff --git a/sh/tests/builtins/read4.0 b/sh/tests/builtins/read4.0 index 7204a35..abd08af 100644 --- a/sh/tests/builtins/read4.0 +++ b/sh/tests/builtins/read4.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/builtins/read4.0 212339 2010-09-08 20:35:43Z jilles $ printf '%s\n' '\a\ b c' | { read a b; printf '%s\n' "x${a}x${b}x"; } printf '%s\n' '\a b\ c' | { read a b; printf '%s\n' "x${a}x${b}x"; }