mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-28 18:32:38 +00:00
Removed bash dependency from shell scripts
This commit is contained in:
parent
f67f310cdc
commit
f11f162aad
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
|
||||||
{
|
set -eu
|
||||||
./musikcube "$@" && popd
|
|
||||||
} || popd > /dev/null
|
cd "@musikcube_INSTALL_DIR@"/share/musikcube/
|
||||||
|
exec ./musikcube "$@"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
|
||||||
{
|
set -eu
|
||||||
./musikcubed "$@" && popd
|
|
||||||
} || popd > /dev/null
|
cd "@musikcube_INSTALL_DIR@"/share/musikcube/
|
||||||
|
exec ./musikcubed "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user