From 54f21a7becb642dee94fe60a42e2dd83a7942ff9 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 6 Sep 2004 07:29:46 +0000 Subject: [PATCH] More strict checks in make-Unix. [SVN r24932] --- src/util/path.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/path.jam b/src/util/path.jam index d4bfa39d0..579b3c156 100644 --- a/src/util/path.jam +++ b/src/util/path.jam @@ -374,7 +374,7 @@ rule make-UNIX ( native ) # VP: I have no idea now 'native' can be empty here! But it can! if $(native) = "" { - return "." ; + errors.error "Empty path passed to 'make-UNIX'" ; } else {