From 588af09a7fa0a950d711c3828c93a6a9414daacf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2010 13:54:23 -0700 Subject: local.mk.sample: isolate needs the correct Rake --- local.mk.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local.mk.sample') diff --git a/local.mk.sample b/local.mk.sample index 1bd8832..6bee703 100644 --- a/local.mk.sample +++ b/local.mk.sample @@ -20,7 +20,8 @@ else endif ifndef NO_ISOLATE - x := $(shell test -d t/ && NO_ISOLATE=T $(MAKE) -s isolate RUBY:="$(RUBY)") + x := $(shell test -d t/ && \ + PATH=$(PATH) NO_ISOLATE=T $(MAKE) -s isolate RUBY:="$(RUBY)") endif RUBY_VERSION := $(shell $(RUBY) -e 'puts RUBY_VERSION') -- cgit v1.2.3-24-ge0c7