mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-17 22:35:35 +00:00

Termux doesn't have a /bin/sh. So we needto use $SHELL. Keep /bin/sh as much as possible.
5 lines
31 B
Plaintext
5 lines
31 B
Plaintext
#!@BUILD_SHEBANG@
|
|
set -e
|
|
|
|
true
|