]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/trap11.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / trap11.0
index cfeea9ed9ded264ab8a0c803d3ff6a6b1295bbc4..acb4d0f93798d2b09b2a29a49ad740b1a531f402 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/builtins/trap11.0 230212 2012-01-16 11:07:46Z dumbbell $
 
 # Check that the return statement will not break the USR1 trap, ie. all
 # trap commands are executed before the script resumes.