diff --git a/git_build_info.sh b/git_build_info.sh index a5c445c..c90d513 100755 --- a/git_build_info.sh +++ b/git_build_info.sh @@ -1,7 +1,7 @@ #!/bin/bash # --- Date / time (no spaces/colons) --- -DATESTAMP=$(date +"%Y%m%d_%H%M%S") +DATESTAMP=$(date +"%d%m%Y_%H%M%S") # --- Git info (with fallbacks if not a git repo) --- if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then