mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-20 04:20:48 +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
|
||||
{
|
||||
./musikcube "$@" && popd
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||
{
|
||||
./musikcubed "$@" && popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user