install_deps: Fix typo in previous commit.

Typo from rB7fa0080c4ffa.
This commit is contained in:
Bastien Montagne 2022-10-05 17:19:16 +02:00
parent 6dd2e193e1
commit 195bcea0d0
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ while true; do
LEVEL_ZERO_SKIP=true; shift; continue
;;
--skip-openpgl)
P{ENPGL_SKIP=true; shift; continue
OPENPGL_SKIP=true; shift; continue
;;
--)
# no more arguments to parse