diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston-start')
-rwxr-xr-x | meta/recipes-graphics/wayland/weston-init/weston-start | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start index 9ef6773b0e..e72fbaaac4 100755 --- a/meta/recipes-graphics/wayland/weston-init/weston-start +++ b/meta/recipes-graphics/wayland/weston-init/weston-start | |||
@@ -1,5 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright (C) 2016 O.S. Systems Software LTDA. | 2 | # Copyright (C) 2016 O.S. Systems Software LTDA. |
3 | # Copyright (C) 2016 Freescale Semiconductor | ||
3 | 4 | ||
4 | export PATH="/sbin:/usr/sbin:/bin:/usr/bin" | 5 | export PATH="/sbin:/usr/sbin:/bin:/usr/bin" |
5 | 6 | ||
@@ -32,7 +33,7 @@ else | |||
32 | launcher="weston-launch --" | 33 | launcher="weston-launch --" |
33 | fi | 34 | fi |
34 | 35 | ||
35 | openvt_args="" | 36 | openvt_args="-s" |
36 | while [ -n "$1" ]; do | 37 | while [ -n "$1" ]; do |
37 | if [ "$1" = "--" ]; then | 38 | if [ "$1" = "--" ]; then |
38 | shift | 39 | shift |