dbus-session.sh: fix bashism

The "return $res" does not work when /bin/sh is not bash.
This commit is contained in:
Patrick Ohly 2013-05-23 20:35:29 +02:00
parent a59e0ac00e
commit fa0d5c4f83

View file

@ -111,4 +111,4 @@ if [ "$DBUS_SESSION_SH_EDS_BASE" ]; then
fi
echo dbus-session.sh: final result $res >&2
return $res
exit $res