summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyokeun Jeon <hyokeun.jeon@samsung.com>2019-11-12 13:52:27 +0900
committerHyokeun Jeon <hyokeun.jeon@samsung.com>2019-11-12 13:57:24 +0900
commit50223082d480c8405d3517d6ba1b97541aeb60ba (patch)
tree39d0cace97336aad9f9fc44b92d9797548bdf91b
parent4ab796abd28cfef3d37f9020b7f9aedeaad11e2f (diff)
downloadabs-50223082d480c8405d3517d6ba1b97541aeb60ba.tar.gz
abs-50223082d480c8405d3517d6ba1b97541aeb60ba.tar.bz2
abs-50223082d480c8405d3517d6ba1b97541aeb60ba.zip
Change some exec condition
Change-Id: I330f36c2d0447e9bcc12608ae1aa0735c07ff082
-rw-r--r--build.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.template b/build.template
index bb1d2a3..ae4cac6 100644
--- a/build.template
+++ b/build.template
@@ -65,7 +65,7 @@ TIDLC_PATH=`sed -n '/tidl/p' /home/build/.bashrc | cut -f2 -d':'`
if [ ! -z ${TIDLC_PATH} ]; then echo "PATH=\$PATH:${TIDLC_PATH}" >> /home/build/.profile; fi
su - build -c "tidlc --version"
-DBUS_SESSION="dbus-run-session -- bash; echo build | gnome-keyring-daemon --unlock; "
+DBUS_SESSION="dbus-run-session -- bash && echo build | gnome-keyring-daemon --unlock && "
su - build -c "gnome-keyring-daemon --help"
if [ $? -ne 0 ]; then
DBUS_SESSION=" "