~ chicken-core (chicken-5) dbf43b5f1c75922fe4414f07d4f1289d97bafba6


commit dbf43b5f1c75922fe4414f07d4f1289d97bafba6
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Tue Jan 2 17:16:49 2018 +1300
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Wed Jan 3 09:10:40 2018 +1300

    Reorder tar(1) flags in bootstrap.sh for portability

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 626d3638..47eab58b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -7,7 +7,7 @@ set -e
 mkdir -p boot/pre4
 cd boot
 wget http://code.call-cc.org/dev-snapshots/2017/12/14/chicken-5.0.0pre4.tar.gz
-tar xfz chicken-5.0.0pre4.tar.gz
+tar -xzf chicken-5.0.0pre4.tar.gz
 cd chicken-5.0.0pre4
 make PREFIX="$(pwd)"/../pre4 "$@"
 make PREFIX="$(pwd)"/../pre4 "$@" install
Trap