From 9bfa762806aac59c53e1baf1f083b6e84bc678d8 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Thu, 19 Jan 2017 22:18:21 -0500 Subject: [PATCH] BUG: Escape $ in Makefile to include date stamp in CPA log files --- cellprofiler_all-plates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellprofiler_all-plates/Makefile b/cellprofiler_all-plates/Makefile index 3af2fd6..7dbf5e7 100644 --- a/cellprofiler_all-plates/Makefile +++ b/cellprofiler_all-plates/Makefile @@ -1,3 +1,3 @@ .PHONY : analyst analyst : - ~/bin/cellprofiler-analyst all-plates.properties 2>&1 | tee cellprofiler-analyst-$(date -Isec).log + ~/bin/cellprofiler-analyst all-plates.properties 2>&1 | tee cellprofiler-analyst-$$(date -Isec).log