summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rwxr-xr-xmeta/recipes-graphics/wayland/weston-init/weston-start5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start
index 5b7604f930..3508ae2c33 100755
--- a/meta/recipes-graphics/wayland/weston-init/weston-start
+++ b/meta/recipes-graphics/wayland/weston-init/weston-start
@@ -39,13 +39,12 @@ fi
39 39
40openvt_args="" 40openvt_args=""
41while [ -n "$1" ]; do 41while [ -n "$1" ]; do
42 openvt_args="$openvt_args $1"
43 shift
44
45 if [ "$1" = "--" ]; then 42 if [ "$1" = "--" ]; then
46 shift 43 shift
47 break 44 break
48 fi 45 fi
46 openvt_args="$openvt_args $1"
47 shift
49done 48done
50 49
51weston_args=$* 50weston_args=$*