citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit bc73056fa955a0df9b6aa42777bb93e549d55f62
parent 568334d3269c36f3437c4ae879c0b390dacbb0e0
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue,  3 Jan 2017 23:34:34 -0700

Jam: make replace token use , as regex delimiter

Diffstat:
MJamfile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jamfile b/Jamfile @@ -44,7 +44,8 @@ if ! $(NT) { actions ReplaceToken { - perl -p -i.bak -e "s/%CITRUN_COMPILERS%/$(CITRUN_COMPILERS)/" $(<) + perl -p -i.bak -e "s,%CITRUN_COMPILERS%,$(CITRUN_COMPILERS)," $(<) + $(RM) $(<).bak } #