install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-based distro...

This commit is contained in:
Bastien Montagne 2015-12-09 20:49:49 +01:00
parent d2312eb4cd
commit c65cf8659e

@ -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