1
0
mirror of https://github.com/clangen/musikcube.git synced 2025-02-22 06:40:54 +00:00

Fixed .snap wrapper scripts... hopefully.

This commit is contained in:
casey langen 2020-04-07 09:22:09 -07:00
parent e2eb85d481
commit 688dafcdb4
2 changed files with 6 additions and 4 deletions
src

@ -1,3 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu
LANG=C.UTF-8 ./musikcube
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
LANG=C.UTF-8 "${DIR}/musikcube"

@ -1,3 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu
LANG=C.UTF-8 ./musikcubed
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
LANG=C.UTF-8 "${DIR}/musikcubed" "$@"