aboutsummaryrefslogtreecommitdiffstats
path: root/config_simple.sh
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-06-09 10:24:47 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-06-09 10:24:47 +0200
commit9fdd2f1d82387950bd72f865920f189d756109d9 (patch)
treebd4775170bb985a498071120606f843b8e9b14cb /config_simple.sh
parent2bf707f9fe5259f869999347a46ec52ab096e030 (diff)
downloadcompcert-kvx-9fdd2f1d82387950bd72f865920f189d756109d9.tar.gz
compcert-kvx-9fdd2f1d82387950bd72f865920f189d756109d9.zip
MacOS compatibility
Diffstat (limited to 'config_simple.sh')
-rwxr-xr-xconfig_simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_simple.sh b/config_simple.sh
index e2d3844c..52b7d1a6 100755
--- a/config_simple.sh
+++ b/config_simple.sh
@@ -2,7 +2,7 @@ arch=$1
shift
version=`git rev-parse --short HEAD`
branch=`git rev-parse --abbrev-ref HEAD`
-date=`date -I`
+date=`date +%Y-%m-%d`
if test "x$CCOMP_INSTALL_PREFIX" = "x" ;
then CCOMP_INSTALL_PREFIX=/opt/CompCert ;