Use sh instead of bash in wrapper scripts to maximize compatibility.

This commit is contained in:
casey langen 2018-12-23 17:21:19 -08:00
parent 4a5409bfcd
commit a43790a70f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
{
./musikcube "$@" && popd

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
{
./musikcubed "$@" && popd