Merge pull request #175 from gregf/fix_bash_path

Fix bash path to be more linux/bsd agnostic
This commit is contained in:
casey langen 2017-12-22 20:30:30 -08:00 committed by GitHub
commit c7cae6cb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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