mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-08-19 06:56:15 +00:00
3568b5bf80
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
|