pkg(brainfuck-1.0.0): Allow curl to follow redirects

This commit is contained in:
Thomas Hobson 2021-03-17 21:31:41 +13:00
parent f9c06f03a2
commit 3112c808d8
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
curl "http://mazonka.com/brainf/bff4.c" -o bff4.c
curl -L "http://mazonka.com/brainf/bff4.c" -o bff4.c
gcc -O3 bff4.c -O bff4
rm bff4.c