Skip to content
Snippets Groups Projects
Commit 68bc12e7 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Removed hour and minutes from timestamp.

parent 36b26cbd
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
# We're assuming the local 'SVN' dir is up to date. Copy it to a timestamped
# dirname and work with that.
###############################################################################
SVN_DIR=${HOME}/SVN_$(date -d "today" +"%Y%m%d%H%M")
SVN_DIR=${HOME}/SVN_$(date -d "today" +"%Y%m%d")
unb_info $0 "Copying local SVN dir to ${SVN_DIR}"
unb_exec $0 cp -r ${SVN} ${SVN_DIR}
export SVN=${SVN_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment