]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/printf1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / printf1.0
index 99a82d014794f384cea469fdd4a1b5f1455bd9a7..5730c5b773632069ea81ddfcfdfaedb34a19dce6 100644 (file)
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/builtins/printf1.0 214853 2010-11-05 21:47:58Z jilles $
 
 [ "$(printf '%c\0%s%d' x '\' 010 | tr '\0' Z)" = 'xZ\8' ]