]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/execution/func1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / func1.0
index 29fcc077b592330c9de85c08474b206c529ac37d..1af549574b0676bbd043c1ebba77d6e272e702a4 100644 (file)
@@ -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'