From 99e185339a5eabfad2ec10838937cb66f7a84827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 16 Jun 2017 18:44:25 +0200 Subject: [PATCH] Add /usr/local/bin to the path to make blhost-unix.sh work on OSX. --- right/build/kds/blhost-unix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/right/build/kds/blhost-unix.sh b/right/build/kds/blhost-unix.sh index afcf2fa..9ab2cee 100755 --- a/right/build/kds/blhost-unix.sh +++ b/right/build/kds/blhost-unix.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e # fail the script if a command fails +PATH=$PATH:/usr/local/bin # This should make node and npm accessible on OSX. firmware_image=`pwd`/$1 usb_dir=../../../lib/agent/usb usb_binding=$usb_dir/node_modules/usb/build/Release/usb_bindings.node