mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Merge pull request #175 from gregf/fix_bash_path
Fix bash path to be more linux/bsd agnostic
This commit is contained in:
commit
c7cae6cb2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user