]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/execution/bg5.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / bg5.0
index cc9ceaa41d4e5e276e5e5ec3c0e846669b432922..e820035a7bd1ad7765c44c0843c19a4a2bdbfa05 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/execution/bg5.0 258489 2013-11-22 21:50:13Z jilles $
 # A background command has an implicit </dev/null redirection.
 
 echo bad | ${SH} -c '{ cat & wait; }'