summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 18915ee..87a6bdb 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -192,7 +192,7 @@ CT_Which() {
# to the highest entire second
# Usage: CT_DoDate <fmt>
CT_DoDate() {
- date "$1" |sed -r -e 's/%N$/000000000/;'
+ date "$1" |sed -r -e 's/N$/000000000/;'
}
CT_STEP_COUNT=1