Skip to content

Commit 54f3413

Browse files
authored
use more compatible shebang
1 parent 2e2f937 commit 54f3413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ HARD_LINKS=1 ./lib4bin ./shared/bin/* && rm -f ./lib4bin || exit 1
3636

3737
# AppRun
3838
cat >> ./AppRun << 'EOF'
39-
#!/bin/sh
39+
#!/usr/bin/env sh
4040
CURRENTDIR="$(dirname "$(readlink -f "$0")")"
4141
UDEVNOTICE='No android udev rules detected, use "--getudev" to install'
4242
UDEVREPO="https://github.com/M0Rf30/android-udev-rules.git"

0 commit comments

Comments
 (0)