]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/execution/shellproc1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / shellproc1.0
index 1326bc27f1c101bacc6cdf74aa6e28cf2cc888b2..5150b731ccb6fc7cd7b053a1242300ade7973bc7 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/execution/shellproc1.0 218205 2011-02-02 22:03:18Z jilles $
 
 T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit
 trap 'rm -rf "${T}"' 0