Skip to content
Snippets Groups Projects
Commit 195a37cd authored by Mark Olesen's avatar Mark Olesen
Browse files

STYLE: avoid specifying the path to 'date' (issue #364)

- this is apparently not uniform across systems

STYLE: unify the date format in logfile
parent ed20508d
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ applications/Allwmake $targetType $*
# Some summary information
echo
/usr/bin/date
date "+%Y-%m-%d %H:%M:%S %z" 2>/dev/null || echo "date is unknown"
echo "========================================"
echo " ${WM_PROJECT_DIR##*/}"
echo " $WM_COMPILER $WM_COMPILER_TYPE compiler"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment