mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-04 17:38:05 +00:00
Fix bash path to be more linux/bsd agnostic
This commit is contained in:
parent
650f349710
commit
7e1fb2e197
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||||
{
|
{
|
||||||
./musikcube && popd
|
./musikcube && popd
|
||||||
|
Loading…
Reference in New Issue
Block a user