]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/execution/hash1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / hash1.0
index a645c2aef73535e6d33879805103b2d1511bf949..d0192966255d8ebda637014d078789ab16f5acd7 100644 (file)
@@ -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