diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-09 08:09:15 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-06-11 08:35:11 +0200 |
commit | 136b6ef121ea254c09bfaabe25e1a77a1ad85b44 (patch) | |
tree | 5a043b0c55152d8312b16d29f299ebcbc37d5aa7 /tools/cql_config_defines.sh.sample | |
parent | reverted to /bin/sh (diff) | |
download | kea-136b6ef121ea254c09bfaabe25e1a77a1ad85b44.tar.xz kea-136b6ef121ea254c09bfaabe25e1a77a1ad85b44.zip |
one line export
Diffstat (limited to 'tools/cql_config_defines.sh.sample')
-rwxr-xr-x | tools/cql_config_defines.sh.sample | 3 |
1 files changed, 1 insertions, 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" |