Permalink
Browse files

Use common $CHROOT_DIR variable

  • Loading branch information...
Andy Chu
Andy Chu committed Jul 25, 2017
1 parent a48c6ac commit 0890482094efb945f80e60b23c6edd3982e9b24d
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/alpine.sh
View
@@ -36,7 +36,7 @@ setup-dns() { sudo $0 _setup-dns; }
# 106 MiB as of 7/7/2017.
add-oil-build-deps() {
sudo chroot _chroot/alpine1 /bin/sh <<EOF
sudo chroot $CHROOT_DIR /bin/sh <<EOF
apk update
apk add bash make gcc musl-dev
EOF

0 comments on commit 0890482

Please sign in to comment.