1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +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 log_user $DEBUG
spawn -noecho /bin/bash spawn -noecho /bin/bash
SET CONFIG "Calpont" set CONFIG "Calpont"
if { $PACKAGENAME != "NULL"} { if { $PACKAGENAME != "columnstore"} {
SET CONFIG "Calpont" set CONFIG "Calpont"
} }

View File

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