summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=" "