File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ check_bin_lib() {
41
41
42
42
if [ " ${LIBPRQLR_BUILD} " = " false" ] && [ -f " tools/lib-sums.tsv" ] && [ ! -f " ${LIBPRQLR_PATH} " ]; then
43
43
echo " "
44
- echo " --------------- [ TRY TO DOWNLOAD PRE-BUILT BINARY ] ---------------"
44
+ echo " --------------- [TRY TO DOWNLOAD PRE-BUILT BINARY] ---------------"
45
45
" ${R_HOME} /bin${R_ARCH_BIN} /Rscript" " tools/prep-lib.R" || echo " Failed to download pre-built binary."
46
46
echo " --------------------------------------------------------------------"
47
47
echo " "
@@ -64,11 +64,11 @@ check_bin_lib() {
64
64
echo " "
65
65
fi
66
66
exit 0
67
- elif [ " ${LIBR_POLARS_BUILD } " = " false" ] && [ -f " ${LIBR_POLARS_DEFAULT_PATH } " ]; then
67
+ elif [ " ${LIBPRQLR_BUILD } " = " false" ] && [ -f " ${LIBPRQLR_DEFAULT_PATH } " ]; then
68
68
echo " "
69
69
echo " ---------------------- [LIBRARY BINARY FOUND] ----------------------"
70
- echo " The library was not found at <${LIBR_POLARS_PATH } >,"
71
- echo " but was found at <${LIBR_POLARS_DEFAULT_PATH } >."
70
+ echo " The library was not found at <${LIBPRQLR_PATH } >,"
71
+ echo " but was found at <${LIBPRQLR_DEFAULT_PATH } >."
72
72
echo " No need to build it."
73
73
echo " --------------------------------------------------------------------"
74
74
echo " "
You can’t perform that action at this time.
0 commit comments