grub/tests/squashfs_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

12 lines
264 B
Text

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