mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/bcftools: Remove template comment from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5ae81d7905
commit
5db14ddfb7
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ if [ -z "$ARCH" ]; then
|
|||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue