From 35879ed7522a6b65e38aa7bc7dde5ca482ac6c2f Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 29 Sep 2016 18:23:30 +0900 Subject: [PATCH] Add PATH enviornment into the shell script Change-Id: I88bf152fac5398cf44b43b618b36333c08b4e7ba Signed-off-by: DoHyun Pyun --- scripts/etc/bluetooth-address | 2 +- scripts/mobile/bluetooth-address | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.7.4