grub/tests/tar_test.in
Vladimir Serbinenko a827807a13 Fix shebang for termux.
Termux doesn't have a /bin/sh. So we needto use $SHELL.
Keep /bin/sh as much as possible.
2017-05-03 12:49:31 +02:00

10 lines
159 B
Text

#!@BUILD_SHEBANG@
set -e
if ! which tar >/dev/null 2>&1; then
echo "tar not installed; cannot test tar."
exit 77
fi
"@builddir@/grub-fs-tester" tarfs