2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

fixed missing local variable

[SVN r11666]
This commit is contained in:
Dave Abrahams
2001-11-12 03:56:18 +00:00
parent aa529219c3
commit a97e44c281
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)