diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-07 15:55:08 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-05-16 17:12:40 +0200 |
commit | c3b5e4091d1a3e3285af8ad3b9765976a466c11c (patch) | |
tree | 4ce26db4bc252f4077b52329e1890583bf8eaecf /tools | |
parent | fixed script (diff) | |
download | kea-c3b5e4091d1a3e3285af8ad3b9765976a466c11c.tar.xz kea-c3b5e4091d1a3e3285af8ad3b9765976a466c11c.zip |
reverted to /bin/sh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sysrepo_config | 2 | ||||
-rwxr-xr-x | tools/sysrepo_config_defines.sh.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/sysrepo_config b/tools/sysrepo_config index 486e289de3..d1a9b6eeec 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") # diff --git a/tools/sysrepo_config_defines.sh.sample b/tools/sysrepo_config_defines.sh.sample index 12cf55af28..ecfb34064e 100755 --- a/tools/sysrepo_config_defines.sh.sample +++ b/tools/sysrepo_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 |