Ugh, sh -> bash for the time being.

This commit is contained in:
casey langen 2018-12-23 17:34:52 -08:00
parent a43790a70f
commit 716a32802f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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