diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-07 15:53:49 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-06-11 08:35:11 +0200 |
commit | fdfd4bdaf253c97ccb33219eb4b3d8e6a8938407 (patch) | |
tree | 4fbe5aac2592f395be9040e85f47245620273aa0 /tools | |
parent | consistent link order, removed libraries from Makefile.am (diff) | |
download | kea-fdfd4bdaf253c97ccb33219eb4b3d8e6a8938407.tar.xz kea-fdfd4bdaf253c97ccb33219eb4b3d8e6a8938407.zip |
reverted to /bin/sh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cql_config | 2 | ||||
-rwxr-xr-x | tools/cql_config_defines.sh.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/cql_config b/tools/cql_config index ba5cf0932f..ae25f09f9d 100755 --- a/tools/cql_config +++ b/tools/cql_config @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC") # diff --git a/tools/cql_config_defines.sh.sample b/tools/cql_config_defines.sh.sample index bf3810db20..5edf47d91c 100755 --- a/tools/cql_config_defines.sh.sample +++ b/tools/cql_config_defines.sh.sample @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This auxiliary script is considered temporary in nature. It will not be # necessary once the DataStax cpp-driver project accepts proper cql_config |