From c65cf8659e22e113c036aa9ac1156acaff5a6e0a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 9 Dec 2015 20:49:49 +0100 Subject: install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-based distro... --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index d60b2e1f141..70c568d81c3 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -2938,7 +2938,7 @@ install_RPM() { PRINT "" - _do_compile_osl=true + _do_compile_osl=false if [ "$OSL_SKIP" = true ]; then WARNING "Skipping OpenShadingLanguage installation, as requested..." elif [ "$OSL_FORCE_BUILD" = true ]; then -- cgit v1.2.3