setup-termux.sh: use generic shebang

It is being handled by termux-exec anyway.
This commit is contained in:
Leonid Pliushch 2020-10-30 21:41:08 +02:00
parent 4c675c3b09
commit 5db22fda40
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/bash
#!/bin/bash
# Tier 1: requirements for the core build scripts in scripts/build/.
PACKAGES="binutils-gold" # Part of binutils which is dependency of clang.