X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..HEAD:/sh/tests/execution/func1.0 diff --git a/sh/tests/execution/func1.0 b/sh/tests/execution/func1.0 index 29fcc07..1af5495 100644 --- a/sh/tests/execution/func1.0 +++ b/sh/tests/execution/func1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/execution/func1.0 213738 2010-10-12 18:20:38Z obrien $ MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' && MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'