From c3b5e4091d1a3e3285af8ad3b9765976a466c11c Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 7 Mar 2019 16:55:08 +0200 Subject: [PATCH] reverted to /bin/sh --- tools/sysrepo_config | 2 +- 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 -- 2.47.2