Add PATH environment variable to shell scripts2 23/77223/1 accepted/tizen/common/20160629.223147 accepted/tizen/ivi/20160629.071441 accepted/tizen/mobile/20160629.071724 accepted/tizen/tv/20160629.071235 accepted/tizen/wearable/20160629.071416 submit/tizen/20160629.062211
authorYu Jiung <jiung.yu@samsung.com>
Wed, 29 Jun 2016 06:14:58 +0000 (15:14 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Wed, 29 Jun 2016 06:15:01 +0000 (15:15 +0900)
Change-Id: I2723d4c6a9995ea3e2718057e89a616d056394d2
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
files/p2p_supp.sh.in
files/udhcp_script.non-autoip.in
packaging/wifi-direct-manager.spec

index 7d6066e..b45d52b 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 PROGRAM="@SBIN_DIR@/wpa_supplicant"
 
index 4083881..02f597c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 # udhcpc script edited by Tim Riker <Tim@Rikers.org>
 
 [ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
index b8adb1c..3e4839b 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          wifi-direct-manager
 Summary:       Wi-Fi Direct manger
-Version:       1.2.180
+Version:       1.2.181
 Release:       1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0