mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-20 22:20:56 +00:00
Use sh
instead of bash
in wrapper scripts to maximize compatibility.
This commit is contained in:
parent
4a5409bfcd
commit
a43790a70f
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||||
{
|
{
|
||||||
./musikcube "$@" && popd
|
./musikcube "$@" && popd
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||||
{
|
{
|
||||||
./musikcubed "$@" && popd
|
./musikcubed "$@" && popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user