mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-15 19:52:19 +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
|
||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||
{
|
||||
./musikcube "$@" && popd
|
||||
} || popd > /dev/null
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "@musikcube_INSTALL_DIR@"/share/musikcube/
|
||||
exec ./musikcube "$@"
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null
|
||||
{
|
||||
./musikcubed "$@" && popd
|
||||
} || popd > /dev/null
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "@musikcube_INSTALL_DIR@"/share/musikcube/
|
||||
exec ./musikcubed "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user