diff options
| -rwxr-xr-x | meta/recipes-graphics/wayland/weston-init/weston-start | 5 |
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 | ||
| 40 | openvt_args="" | 40 | openvt_args="" |
| 41 | while [ -n "$1" ]; do | 41 | while [ -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 | ||
| 49 | done | 48 | done |
| 50 | 49 | ||
| 51 | weston_args=$* | 50 | weston_args=$* |
