changeset 326:dbb6ef0c9a26

ya gotta update your nonce
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 08 Jun 2013 08:48:26 -0700
parents bc2d0d504270
children 59f402cd9d98
files bin/example/self-writing.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/example/self-writing.sh	Sat Jun 08 08:42:21 2013 -0700
+++ b/bin/example/self-writing.sh	Sat Jun 08 08:48:26 2013 -0700
@@ -7,7 +7,7 @@
 path=`readlink -f $0`
 tmp=`tempfile --mode 0755`
 datestamp=`date`
-nonce="This script regenerated at "
+nonce="This script last generated at "
 
 # sanity check
 if [[ ! -w "${path}" ]]