# HG changeset patch # User Jeff Hammel # Date 1370706506 25200 # Node ID dbb6ef0c9a264459c22c987831fda49f800536fd # Parent bc2d0d5042701590cd24fb9aefd2289b87515347 ya gotta update your nonce diff -r bc2d0d504270 -r dbb6ef0c9a26 bin/example/self-writing.sh --- 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}" ]]