Fix shebang for termux.
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 22 Jan 2017 17:22:34 +0000 (20:22 +0300)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 3 May 2017 10:49:31 +0000 (12:49 +0200)
commita827807a1330d5ad619faa103bc7f12d89fc8bee
tree1721635e6b650064f5e95bf9572ea0900c2d5cb1
parent1073ddb12078f3c8edbdb74bb8f5afc674983f40
Fix shebang for termux.

Termux doesn't have a /bin/sh. So we needto use $SHELL.
Keep /bin/sh as much as possible.
60 files changed:
configure.ac
grub-core/genmod.sh.in
grub-core/gensyminfo.sh.in
grub-core/modinfo.sh.in
tests/ahci_test.in
tests/btrfs_test.in
tests/cdboot_test.in
tests/core_compress_test.in
tests/cpio_test.in
tests/ehci_test.in
tests/example_scripted_test.in
tests/exfat_test.in
tests/ext234_test.in
tests/fat_test.in
tests/fddboot_test.in
tests/file_filter_test.in
tests/gettext_strings_test.in
tests/grub_cmd_date.in
tests/grub_cmd_regexp.in
tests/grub_cmd_set_date.in
tests/grub_cmd_sleep.in
tests/grub_cmd_test.in
tests/grub_cmd_tr.in
tests/grub_func_test.in
tests/grub_script_blanklines.in
tests/grub_script_blockarg.in
tests/grub_script_dollar.in
tests/grub_script_expansion.in
tests/grub_script_final_semicolon.in
tests/grub_script_no_commands.in
tests/gzcompress_test.in
tests/hddboot_test.in
tests/help_test.in
tests/hfs_test.in
tests/hfsplus_test.in
tests/iso9660_test.in
tests/jfs_test.in
tests/lzocompress_test.in
tests/minixfs_test.in
tests/netboot_test.in
tests/nilfs2_test.in
tests/ntfs_test.in
tests/ohci_test.in
tests/partmap_test.in
tests/pata_test.in
tests/pseries_test.in
tests/reiserfs_test.in
tests/romfs_test.in
tests/squashfs_test.in
tests/syslinux_test.in
tests/tar_test.in
tests/test_sha512sum.in
tests/udf_test.in
tests/uhci_test.in
tests/util/grub-fs-tester.in
tests/util/grub-shell-tester.in
tests/util/grub-shell.in
tests/xfs_test.in
tests/xzcompress_test.in
tests/zfs_test.in