mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-30 12:16:00 +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
|
||||
{
|
||||
./musikcube && popd
|
||||
} || popd > /dev/null
|
||||
} || popd > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user