]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/trap9.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / trap9.0
index 0f584ecec584e15b5b015efe6ae9ae1b285bffc2..bbc35e945ea248bd8f8c62b6402451e58b58f582 100644 (file)
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/builtins/trap9.0 230211 2012-01-16 10:59:44Z dumbbell $
 
 test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1