From 9fc7789410242e3e4d0aa38eac172e28ba51525a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 4 Mar 2012 18:49:35 -0500 Subject: [PATCH] fixing date_stringer function. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 03135538..c4571b99 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -21,7 +21,7 @@ if [ -z "$skip_all" ]; then # a handy little method that can be used for date strings. it was getting # really tiresome how many different ways the script did the date formatting. function date_stringer() { - date +"%Y_%m_%e_%H%M_%S" | tr -d '/\n/' + date +"%Y_%m_%d_%H%M_%S" | tr -d '/\n/' } # makes a directory of the name specified and then tries to change the -- 2.34.1