1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/testing/kealib/10-config-shell.patch
Holger Jaekel 1e9f2464ae testing/kealib: new aport
http://www.kealib.org/
KEA is an image file format that provides a full implementation of the GDAL data model
2021-07-28 01:20:58 +00:00

12 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()
{