[Bf-blender-cvs] [195bcea0d0a] master: install_deps: Fix typo in previous commit.

Bastien Montagne noreply at git.blender.org
Wed Oct 5 17:20:03 CEST 2022


Commit: 195bcea0d0ac4d0e9e0392b5ae435624063b9002
Author: Bastien Montagne
Date:   Wed Oct 5 17:19:16 2022 +0200
Branches: master
https://developer.blender.org/rB195bcea0d0ac4d0e9e0392b5ae435624063b9002

install_deps: Fix typo in previous commit.

Typo from rB7fa0080c4ffa.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 78f093d7bc6..5de0547727d 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -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



More information about the Bf-blender-cvs mailing list