mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-21 16:20:49 +00:00
Ugh, sh -> bash for the time being.
This commit is contained in:
parent
a43790a70f
commit
716a32802f
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
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 sh
|
#!/usr/bin/env bash
|
||||||
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