fixing date_stringer function.
authorChris Koeritz <fred@gruntose.com>
Sun, 4 Mar 2012 23:49:35 +0000 (18:49 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 4 Mar 2012 23:49:35 +0000 (18:49 -0500)
scripts/core/functions.sh

index 0313553854df6d82559e16d6c086adb10e2eeb0a..c4571b994a34096ae329b180c3f287e385904936 100644 (file)
@@ -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