From a43790a70f6fa06bba89bde41b42ce20348474d3 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 23 Dec 2018 17:21:19 -0800 Subject: [PATCH] Use `sh` instead of `bash` in wrapper scripts to maximize compatibility. --- src/musikcube/musikcube.in | 2 +- src/musikcubed/musikcubed.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musikcube/musikcube.in b/src/musikcube/musikcube.in index d80c7368c..82fd3ed01 100644 --- a/src/musikcube/musikcube.in +++ b/src/musikcube/musikcube.in @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null { ./musikcube "$@" && popd diff --git a/src/musikcubed/musikcubed.in b/src/musikcubed/musikcubed.in index 447ad6036..88dd1f2a8 100644 --- a/src/musikcubed/musikcubed.in +++ b/src/musikcubed/musikcubed.in @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null { ./musikcubed "$@" && popd