From a97e44c281c87111b38e1b9d7a33efaf00f07ea3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 12 Nov 2001 03:56:18 +0000 Subject: [PATCH] fixed missing local variable [SVN r11666] --- allyourbase.jam | 2 +- v1/allyourbase.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allyourbase.jam b/allyourbase.jam index 1207cae5a..809610233 100644 --- a/allyourbase.jam +++ b/allyourbase.jam @@ -1774,7 +1774,7 @@ rule join-path else { _s = $(<[1]) ; - _r = $(<[2-]) ; + local _r = $(<[2-]) ; # Jam doesn't handle the root directory properly if $(_s) in / $(SLASH) diff --git a/v1/allyourbase.jam b/v1/allyourbase.jam index 1207cae5a..809610233 100644 --- a/v1/allyourbase.jam +++ b/v1/allyourbase.jam @@ -1774,7 +1774,7 @@ rule join-path else { _s = $(<[1]) ; - _r = $(<[2-]) ; + local _r = $(<[2-]) ; # Jam doesn't handle the root directory properly if $(_s) in / $(SLASH)