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) ] ; } }