summaryrefslogtreecommitdiff
path: root/packaging/debian/70monkeysphere_use_validation_agent
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/70monkeysphere_use_validation_agent')
-rw-r--r--packaging/debian/70monkeysphere_use_validation_agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/70monkeysphere_use_validation_agent b/packaging/debian/70monkeysphere_use_validation_agent
index 7c7a030..1335458 100644
--- a/packaging/debian/70monkeysphere_use_validation_agent
+++ b/packaging/debian/70monkeysphere_use_validation_agent
@@ -26,10 +26,10 @@ MSSYSCONFIG=/etc/monkeysphere/monkeysphere.conf
MSUSERCONFIG="$HOME/.monkeysphere/monkeysphere.conf"
if [ -x "$MSVAGENT" ] ; then
- USEMSVAGENT=$(sh -c "
+ USEMSVAGENT=$(sh -c "USE_VALIDATION_AGENT=
. '$MSSYSCONFIG' 2>/dev/null
. '$MSUSERCONFIG' 2>/dev/null || :
-printf '%s' "'"$MONKEYSPHERE_USE_VALIDATION_AGENT"')
+printf '%s' "'"$USE_VALIDATION_AGENT"')
if [ "$USEMSVAGENT" == "true" ] ; then
STARTUP="$MSVAGENT $STARTUP"