Skip to content

Commit

Permalink
BUG: Escape $ in Makefile to include date stamp in CPA log files
Browse files Browse the repository at this point in the history
  • Loading branch information
pan14001 committed Jan 20, 2017
1 parent 5ca7c4d commit 9bfa762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellprofiler_all-plates/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9bfa762

Please sign in to comment.