Remove bad spaces in expat/build.sh

This commit is contained in:
aheirman 2021-02-10 21:26:04 +01:00 committed by GitHub
parent e92ccd7de5
commit c9a12c86c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ bad=""
ext="dev"
fetch() {
pkgver_r = $(echo $pkgver | tr '.' '_')
pkgver_r=$(echo $pkgver | tr '.' '_')
curl -L https://github.com/libexpat/libexpat/releases/download/R_2_2_10/$pkgname-$pkgver.tar.xz -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
}