From: DoHyun Pyun Date: Thu, 29 Sep 2016 09:23:30 +0000 (+0900) Subject: Add PATH enviornment into the shell script X-Git-Tag: accepted/tizen/3.0/ivi/20161011.053506^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=35879ed7522a6b65e38aa7bc7dde5ca482ac6c2f;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Add PATH enviornment into the shell script Change-Id: I88bf152fac5398cf44b43b618b36333c08b4e7ba Signed-off-by: DoHyun Pyun --- diff --git a/scripts/etc/bluetooth-address b/scripts/etc/bluetooth-address index 3a3a4b0..de8d214 100755 --- a/scripts/etc/bluetooth-address +++ b/scripts/etc/bluetooth-address @@ -1,5 +1,5 @@ #!/bin/sh - +PATH=/bin:/usr/bin:/sbin:/usr/sbin # # Script for setting local Bluetooth Address during booting time # diff --git a/scripts/mobile/bluetooth-address b/scripts/mobile/bluetooth-address index 3a3a4b0..de8d214 100755 --- a/scripts/mobile/bluetooth-address +++ b/scripts/mobile/bluetooth-address @@ -1,5 +1,5 @@ #!/bin/sh - +PATH=/bin:/usr/bin:/sbin:/usr/sbin # # Script for setting local Bluetooth Address during booting time #