From d2441cda122a6194f09ac7e295da2e9491740830 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 7 Mar 2012 13:12:13 +1100 Subject: Only use the first argument in the session wrapper to run the session --- tests/src/lightdm-session | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/lightdm-session b/tests/src/lightdm-session index d5726cfc..564da93c 100755 --- a/tests/src/lightdm-session +++ b/tests/src/lightdm-session @@ -1,2 +1,5 @@ #!/bin/sh -exec $@ + +# Run the session expecting the full command to be the first argument. It has +# to be like this for backwards compatibility instead of having a normal argument list +exec $1 -- cgit v1.2.1