about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 13:54:23 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 13:54:23 -0700
commit588af09a7fa0a950d711c3828c93a6a9414daacf (patch)
treea23b8e707e82335cd6d4b894c4a2508bd0b2b51b /local.mk.sample
parent89841227d51977cc58e77b68309d4aef633fa61e (diff)
downloadrainbows-588af09a7fa0a950d711c3828c93a6a9414daacf.tar.gz
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample3
1 files changed, 2 insertions, 1 deletions
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')