wlu: updated
diff --git a/org.eclipse.epf.toolbox/src/org/eclipse/epf/toolbox/batch/EbcBatchRunner.java b/org.eclipse.epf.toolbox/src/org/eclipse/epf/toolbox/batch/EbcBatchRunner.java
index f6b974a..4f7e559 100644
--- a/org.eclipse.epf.toolbox/src/org/eclipse/epf/toolbox/batch/EbcBatchRunner.java
+++ b/org.eclipse.epf.toolbox/src/org/eclipse/epf/toolbox/batch/EbcBatchRunner.java
@@ -38,8 +38,8 @@
 			return false;
 		}
 		
-		EbcBatchCommandMgr rbcMgr = new EbcBatchCommandMgr(inputFile);
-		EbcExeReplies replies = rbcMgr.execute();
+		EbcBatchCommandMgr ebcMgr = new EbcBatchCommandMgr(inputFile);
+		EbcExeReplies replies = ebcMgr.execute();
 				
 		return true;
 	}