1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
This commit is contained in:
David Hill
2016-12-01 21:28:52 +00:00
parent 98f597a9af
commit ae286bcbfc

View File

@@ -2786,14 +2786,14 @@ int main(int argc, char *argv[])
if ( EEPackageType == "rpm" ) if ( EEPackageType == "rpm" )
{ {
cout << "Performing an MariaDB Columnstore System install using RPM packages" << endl; cout << "Performing an MariaDB Columnstore System install using RPM packages" << endl;
cout << " located in the " + HOME + " directory." << endl; cout << "located in the " + HOME + " directory." << endl << endl;
} }
else else
{ {
if ( EEPackageType == "binary" ) if ( EEPackageType == "binary" )
{ {
cout << "Performing an MariaDB Columnstore System install using a Binary package" << endl; cout << "Performing an MariaDB Columnstore System install using a Binary package" << endl;
cout << "located in the " + HOME + " directory." << endl; cout << "located in the " + HOME + " directory." << endl << endl;
} }
else else
{ {