AppImage: AppRun use #!/usr/bin/env bash
There are Linux systems without bash installed at /bin/sh or it is in a non-standard location.
This commit is contained in:
parent
7e12bec49d
commit
3cfc24f4b9
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
export CURDIR=$(dirname $(readlink -f "${0}"))
|
export CURDIR=$(dirname $(readlink -f "${0}"))
|
||||||
|
|
||||||
export PATH="${CURDIR}/bin":$PATH
|
export PATH="${CURDIR}/bin":$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue