From e278d2a9e88100aa3bdebf34cd1c68eead0da0b0 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Mon, 19 May 2014 18:32:28 -0700 Subject: pebble-sdk: use full path of executable Closes #29411. Signed-off-by: Adam Vandenberg --- Library/Formula/pebble-sdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb index 71a04d8c1..698198f7d 100644 --- a/Library/Formula/pebble-sdk.rb +++ b/Library/Formula/pebble-sdk.rb @@ -96,12 +96,12 @@ class PebbleSdk < Formula end test do - system 'pebble', 'new-project', 'test' + system bin/'pebble', 'new-project', 'test' cd 'test' do # We have to remove the default /usr/local/include from the CPATH # because the toolchain has -Werror=poison-system-directories set ENV['CPATH'] = '' - system 'pebble', 'build' + system bin/'pebble', 'build' end end -- cgit v1.2.3