From 64602c809a8d8fca7bb44ddc810a01ba7edfc5f5 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Mon, 4 Jul 2016 07:07:53 +0300 Subject: [PATCH] Add sctirct path to WSP dummy script Change-Id: I09315b0518dff27fe3f3b54a1b7311249f4f445b Signed-off-by: Dmitry Kovalenko --- daemon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/Makefile b/daemon/Makefile index cc3eb6d..fb3e9db 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -161,6 +161,7 @@ ifeq ($(WSP_SUPPORT),y) bash $(WSP_SCRIPT) -s > $@ else # WSP_SUPPORT echo "#!/bin/bash" > $@ + echo "PATH=/bin:/usr/bin:/sbin:/usr/sbin" >> $@ echo "echo \"Do not init WSP!\" " >> $@ endif # WSP_SUPPORT -- 2.7.4