From dd06a0c8885e1bd129a15ccd9ad3b7b399cca141 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Sat, 9 Mar 2019 09:09:15 +0200 Subject: [PATCH] one line export --- tools/cql_config_defines.sh.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/cql_config_defines.sh.sample b/tools/cql_config_defines.sh.sample index 5edf47d91c..305088e67e 100755 --- a/tools/cql_config_defines.sh.sample +++ b/tools/cql_config_defines.sh.sample @@ -6,5 +6,4 @@ # This variable should point to the directory where cpp-driver is compiled. # You can download cpp-driver sources from https://github.com/datastax/cpp-driver -CPP_DRIVER_PATH="/please/specify/path/to/cpp-driver/in/cql_config_defines.sh" -export CPP_DRIVER_PATH +export CPP_DRIVER_PATH="/please/specify/path/to/cpp-driver/in/cql_config_defines.sh" -- 2.47.2