From 9a3f7e3c52335ffc8d05f7125c55e96d882e6885 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 3 Sep 2019 09:23:52 +0200 Subject: [PATCH] : in version string gives problems with tar --- configure/CONFIG_SITE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index d3bf9128d..12a8603af 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -191,7 +191,7 @@ USE_POSIX_THREAD_PRIORITY_SCHEDULING = YES # Site version number, if set will append '-' and this string to the # EPICS version number string that is reported by many tools -EPICS_SITE_VERSION=$(shell $(PERL) -MPOSIX -e 'print strftime "%Y-%m-%d $(shell git describe --tags --dirty)", localtime') +EPICS_SITE_VERSION=$(shell $(PERL) -MPOSIX -e 'print strftime "%Y-%m-%d_$(shell git describe --tags --dirty)", localtime') # For GNU compiler, use pipes rather than temporary files for communication # between the various stages of compilation.