mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel/tools/stub: fixup parsing of --platform=
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17831>
This commit is contained in:
parent
f2bbc959a0
commit
9d55c5237e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ while true; do
|
|||
shift
|
||||
;;
|
||||
--platform=*)
|
||||
platform=${1##-p}
|
||||
platform=${1##--platform=}
|
||||
shift
|
||||
;;
|
||||
--help)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue