mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-02 11:58:27 +00:00
Fix bash path to be more linux/bsd agnostic
This commit is contained in:
parent
650f349710
commit
7e1fb2e197
@ -1,5 +1,5 @@
|
|||||||
#!/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
|
||||||
} || popd > /dev/null
|
} || popd > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user