From edde5bee2d0e4025b3c95067535c76cd6d31047e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 7 Jan 2003 16:23:31 +0000 Subject: [PATCH] bug fix [SVN r16781] --- testing.jam | 2 +- v1/testing.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.jam b/testing.jam index 35f0503ee..39b3af479 100755 --- a/testing.jam +++ b/testing.jam @@ -98,7 +98,7 @@ local rule dump-test ( ) local file = $(files[1]:R=$(SUBDIR_TOKENS:J=/) ; # try to undo absolute paths - source-files += [ relative-path $(file)) ] ; + source-files += [ relative-path $(file) ] ; } } diff --git a/v1/testing.jam b/v1/testing.jam index 35f0503ee..39b3af479 100755 --- a/v1/testing.jam +++ b/v1/testing.jam @@ -98,7 +98,7 @@ local rule dump-test ( ) local file = $(files[1]:R=$(SUBDIR_TOKENS:J=/) ; # try to undo absolute paths - source-files += [ relative-path $(file)) ] ; + source-files += [ relative-path $(file) ] ; } }