1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00
This commit is contained in:
david hill
2016-05-16 13:36:11 -05:00
parent 910d8ce8cf
commit 80b51641d2
2 changed files with 6 additions and 6 deletions

View File

@ -27,9 +27,9 @@ set SHARED "//srvhill01/shared"
log_user $DEBUG
spawn -noecho /bin/bash
SET CONFIG "Calpont"
if { $PACKAGENAME != "NULL"} {
SET CONFIG "Calpont"
set CONFIG "Calpont"
if { $PACKAGENAME != "columnstore"} {
set CONFIG "Calpont"
}

View File

@ -27,9 +27,9 @@ set INSTALLDIR "/usr/local"
log_user $DEBUG
spawn -noecho /bin/bash
SET CONFIG "Calpont"
if { $PACKAGENAME != "NULL"} {
SET CONFIG "Calpont"
set CONFIG "Calpont"
if { $PACKAGENAME != "columnstore"} {
set CONFIG "Calpont"
}
send "rm -f $PACKAGE\n"