X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..deb63bfb0b6f1eb3b14b2a2adb33a6f90d11095a:/sh/tests/execution/hash1.0 diff --git a/sh/tests/execution/hash1.0 b/sh/tests/execution/hash1.0 index a645c2a..d019296 100644 --- a/sh/tests/execution/hash1.0 +++ b/sh/tests/execution/hash1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/execution/hash1.0 218323 2011-02-05 14:01:46Z jilles $ T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit trap 'rm -rf "${T}"' 0