1
0
mirror of git://git.git.savannah.gnu.org/grub.git synced 2026-08-18 22:45:49 +00:00
Files
grub/tests/example_scripted_test.in
Vladimir Serbinenko 3568b5bf80 Fix shebang for termux.
Termux doesn't have a /bin/sh. So we needto use $SHELL.
Keep /bin/sh as much as possible.
2017-01-27 20:11:54 +00:00

5 lines
31 B
Plaintext

#!@BUILD_SHEBANG@
set -e
true