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:
Darryl L. Miles 2025-10-03 23:42:55 +01:00 committed by R. Timothy Edwards
parent 7e12bec49d
commit 3cfc24f4b9
1 changed files with 1 additions and 1 deletions

View File

@ -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