scripts/functions
changeset 1798 7051d758475a
parent 1765 93cb44d28002
child 1894 faea3afad5c0
     1.1 --- a/scripts/functions	Sun Jan 31 12:07:44 2010 +0100
     1.2 +++ b/scripts/functions	Wed Feb 03 00:24:24 2010 +0100
     1.3 @@ -192,7 +192,7 @@
     1.4  # to the highest entire second
     1.5  # Usage: CT_DoDate <fmt>
     1.6  CT_DoDate() {
     1.7 -    date "$1" |sed -r -e 's/%N$/000000000/;'
     1.8 +    date "$1" |sed -r -e 's/N$/000000000/;'
     1.9  }
    1.10  
    1.11  CT_STEP_COUNT=1