]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/trap1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / trap1.0
index 313f6a38767833821cc59810f3c3e752f84d61e7..9f60be44817366b1413b8c4e3321cb115e9a288c 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/builtins/trap1.0 213738 2010-10-12 18:20:38Z obrien $
 
 test "$(trap 'echo trapped' EXIT; :)" = trapped || exit 1