aboutsummaryrefslogtreecommitdiff
path: root/utils/manifest
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-06-18 07:22:12 +0000
committerRob Austein <sra@hactrn.net>2008-06-18 07:22:12 +0000
commit9a60ed468a33c916bee8f89dddf1762b46c0e9d4 (patch)
treea076909434df64fd98cd56db2738ba4ac00381af /utils/manifest
parent7b96d2edf7f585079c16409f097efc68f0a161ac (diff)
cert_hash
svn path=/utils/cert_hash/Makefile; revision=1900
Diffstat (limited to 'utils/manifest')
-rw-r--r--utils/manifest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/manifest/Makefile b/utils/manifest/Makefile
index 1123c551..348487f8 100644
--- a/utils/manifest/Makefile
+++ b/utils/manifest/Makefile
@@ -21,5 +21,5 @@ ${BIN}: ${OBJ} ${LIB} Makefile
MANIFEST_DIR = ../../rpkid/testbed.dir/publication
test: all
- -date -u +%Y%m%d%H%M%S
+ -date -u +'now: %Y%m%d%H%M%SZ'
if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./manifest {} \; ; else :; fi