Fix bash path to be more linux/bsd agnostic

This commit is contained in:
Greg Fitzgerald 2017-12-22 22:24:48 -05:00
parent 650f349710
commit 7e1fb2e197

View File

@ -1,5 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
{
./musikcube && popd
} || popd > /dev/null
} || popd > /dev/null