From 8c2130496a066574bb764c15d6554202db8e6e83 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 16 May 2016 11:00:48 -0500 Subject: [PATCH] change --- tools/configMgt/autoInstaller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configMgt/autoInstaller.cpp b/tools/configMgt/autoInstaller.cpp index 0ee7418e2..b08501a8a 100644 --- a/tools/configMgt/autoInstaller.cpp +++ b/tools/configMgt/autoInstaller.cpp @@ -463,7 +463,7 @@ int main(int argc, char *argv[]) buf = line; string::size_type pos; - string package = calpontPackagename + "-ent-" + string package = calpontPackagename + "-ent-"; pos = buf.find(package,0); if (pos != string::npos) { currentPrefix = buf.substr(pos+13,1);