pkg(brainfuck-1.0.0): Allow curl to follow redirects
This commit is contained in:
parent
f9c06f03a2
commit
3112c808d8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue