summaryrefslogtreecommitdiff
path: root/src/plymouth.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-16 18:14:07 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-16 18:14:07 +1000
commit1d6c554fe6c34841900b5420f03a832c95e37697 (patch)
treefd14ae92613725d7616f27acbe8baf057ffd268d /src/plymouth.c
parent4451f024416b1a29c7466447715c1dd0c47bfe81 (diff)
downloadlightdm-git-1d6c554fe6c34841900b5420f03a832c95e37697.tar.gz
Add Plymouth tests
Diffstat (limited to 'src/plymouth.c')
-rw-r--r--src/plymouth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plymouth.c b/src/plymouth.c
index 43204e9c..53a6f532 100644
--- a/src/plymouth.c
+++ b/src/plymouth.c
@@ -27,7 +27,7 @@ plymouth_run_command (const gchar *command, gint *exit_status)
gboolean result;
GError *error = NULL;
- command_line = g_strdup_printf ("/bin/plymouth %s", command);
+ command_line = g_strdup_printf ("plymouth %s", command);
result = g_spawn_command_line_sync (command_line, NULL, NULL, exit_status, &error);
g_free (command_line);