aports/community/kealib/10-config-shell.patch
2022-01-05 08:53:59 +00:00

13 lines
205 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: use sh instead of bash
----
--- a/tools/kea-config.in
+++ b/tools/kea-config.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
usage()
{