diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-03-06 11:35:48 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2019-03-06 15:15:29 +0100 |
commit | 1e4c6b5cadb919864d264947669a98668c4dfaf4 (patch) | |
tree | cc9c87a90c367e13322737a054616722dad63849 /tools | |
parent | Copyright headers added. Addressed 3 remaining shellcheck issues. (diff) | |
download | kea-1e4c6b5cadb919864d264947669a98668c4dfaf4.tar.xz kea-1e4c6b5cadb919864d264947669a98668c4dfaf4.zip |
Converted sysrepo_config: bash -> sh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sysrepo_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sysrepo_config b/tools/sysrepo_config index 73e5f0a2e6..4a41ace831 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") # |