projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33ae10
)
fixing date_stringer function.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 4 Mar 2012 23:49:35 +0000
(18:49 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 4 Mar 2012 23:49:35 +0000
(18:49 -0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 0313553854df6d82559e16d6c086adb10e2eeb0a..c4571b994a34096ae329b180c3f287e385904936 100644
(file)
--- 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