[glib/gdbus-daemon] tests: Put quotes around setenv print from gdbus-daemon
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/gdbus-daemon] tests: Put quotes around setenv print from gdbus-daemon
- Date: Wed, 18 Apr 2012 15:11:08 +0000 (UTC)
commit 5f6b763f287fb4e3a6b280732db454d4198a6a71
Author: Alexander Larsson <alexl redhat com>
Date: Tue Apr 17 15:52:29 2012 +0200
tests: Put quotes around setenv print from gdbus-daemon
gio/tests/gdbus-daemon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gdbus-daemon.c b/gio/tests/gdbus-daemon.c
index fa38856..fd4fcfa 100644
--- a/gio/tests/gdbus-daemon.c
+++ b/gio/tests/gdbus-daemon.c
@@ -57,7 +57,7 @@ main (int argc, char *argv[])
}
if (print_env)
- g_print ("export DBUS_SESSION_BUS_ADDRESS=%s\n", _g_dbus_daemon_get_address (daemon));
+ g_print ("export DBUS_SESSION_BUS_ADDRESS=\"%s\"\n", _g_dbus_daemon_get_address (daemon));
if (print_address)
g_print ("%s\n", _g_dbus_daemon_get_address (daemon));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]