mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-12 07:13:23 +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…
x
Reference in New Issue
Block a user