mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
33 lines
933 B
Diff
33 lines
933 B
Diff
Patch-Source: https://github.com/BestImageViewer/geeqie/pull/977
|
|
|
|
From c84ccd8408a6b88483e6690574390c7b27b49c01 Mon Sep 17 00:00:00 2001
|
|
From: ptrcnull <git@ptrcnull.me>
|
|
Date: Fri, 11 Mar 2022 03:41:24 +0100
|
|
Subject: [PATCH] Use sh instead of bash for build scripts
|
|
|
|
---
|
|
doc/create-doxygen-lua-api.sh | 2 +-
|
|
version.sh | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/doc/create-doxygen-lua-api.sh b/doc/create-doxygen-lua-api.sh
|
|
index b4b4d769..2638ff2d 100755
|
|
--- a/doc/create-doxygen-lua-api.sh
|
|
+++ b/doc/create-doxygen-lua-api.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
#**********************************************************************
|
|
# Copyright (C) 2021 - The Geeqie Team
|
|
diff --git a/version.sh b/version.sh
|
|
index fb527419..81ec1628 100755
|
|
--- a/version.sh
|
|
+++ b/version.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
## @file
|
|
## @brief Generate the Geeqie version number
|