diff --git a/indra/llappearance/llwearable.cpp b/indra/llappearance/llwearable.cpp
index 78ff510909529493cd49ad0757562180f48843c3..5d53d1ae39f4c9bf0d882bff0898d4612782e177 100755
--- a/indra/llappearance/llwearable.cpp
+++ b/indra/llappearance/llwearable.cpp
@@ -502,6 +502,8 @@ void LLWearable::setLocalTextureObject(S32 index, LLLocalTextureObject &lto)
 
 void LLWearable::revertValues()
 {
+	// FIXME DRANO - this triggers changes to driven params on avatar, potentially clobbering baked appearance.
+
 	//update saved settings so wearable is no longer dirty
 	// non-driver params first
 	for (param_map_t::const_iterator iter = mSavedVisualParamMap.begin(); iter != mSavedVisualParamMap.end(); iter++)
diff --git a/indra/lscript/lscript_compile/CMakeLists.txt b/indra/lscript/lscript_compile/CMakeLists.txt
index f67aa86ce9f9387037acf5cf9eb9b1ba92620d7b..2cfd3898935994ac40cacd64ebf33f7d6799d11d 100644
--- a/indra/lscript/lscript_compile/CMakeLists.txt
+++ b/indra/lscript/lscript_compile/CMakeLists.txt
@@ -115,7 +115,7 @@ if (WINDOWS)
       COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat
       ARGS
         ${BISON} ${M4_PATH}
-      -p indra_
+        -p indra_
         -d -o ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp
         ${CMAKE_CURRENT_SOURCE_DIR}/indra.y
       DEPENDS