mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
http://www.kealib.org/ KEA is an image file format that provides a full implementation of the GDAL data model
12 lines
205 B
Diff
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()
|
|
{
|