Skip to content

Commit

Permalink
Add to weston_opts instead of overwriting it
Browse files Browse the repository at this point in the history
  • Loading branch information
ackalker committed Aug 17, 2014
1 parent 151d738 commit f9d9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xweston
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for opt; do
;;
vt[0-9]*)
tty=/dev/tty${opt#vt}
weston_opts=--tty=${tty#/dev/tty}
weston_opts="$weston_opts --tty=${tty#/dev/tty}"
continue
;;
-novtswitch)
Expand Down

0 comments on commit f9d9003

Please sign in to comment.