diff --git a/client.mk b/client.mk index a56a78e826b..c11480d3017 100644 --- a/client.mk +++ b/client.mk @@ -812,7 +812,7 @@ real_checkout: # update the NSS checkout timestamp, if we checked PSM out @if test -d $(TOPSRCDIR)/security/manager -a \ `egrep -c '^(U|C) mozilla/security/(nss|coreconf)' $(CVSCO_LOGFILE) 2>/dev/null` != 0; then \ - date > $(TOPSRCDIR)/security/manager/.nss.checkout; \ + echo `date` > $(TOPSRCDIR)/security/manager/.nss.checkout; \ fi ifdef RUN_AUTOCONF_LOCALLY cd $(ROOTDIR) && \