mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-21 08:43:51 +00:00

Termux doesn't have a /bin/sh. So we needto use $SHELL. Keep /bin/sh as much as possible.
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
#! @BUILD_SHEBANG@
|
|
set -e
|
|
|
|
@builddir@/grub-script-check << EOF
|
|
echo "\\\$"
|
|
EOF
|