mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Use /bin/bash in AppRun shebang
This commit is contained in:
parent
d2bff60df5
commit
74f62e26d4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
||||
LIBS_PATH="$SELF_DIR/usr/lib"
|
||||
|
|
Loading…
Add table
Reference in a new issue