From: Chris Koeritz Date: Sun, 4 Mar 2012 23:49:35 +0000 (-0500) Subject: fixing date_stringer function. X-Git-Tag: 2.140.90~1523 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9fc7789410242e3e4d0aa38eac172e28ba51525a;p=feisty_meow.git fixing date_stringer function. --- 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