X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..deb63bfb0b6f1eb3b14b2a2adb33a6f90d11095a:/sh/tests/execution/shellproc1.0 diff --git a/sh/tests/execution/shellproc1.0 b/sh/tests/execution/shellproc1.0 index 1326bc2..5150b73 100644 --- a/sh/tests/execution/shellproc1.0 +++ b/sh/tests/execution/shellproc1.0 @@ -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