summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-26 10:19:53 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-26 10:19:53 +0100
commit26b06cdd17a655878f9843fb3cdc7f34970e132b (patch)
treed9e274985960591e14bea43593a7471c26f6a31e /run-bootstrap-in-chroot
parentab1fbf2e23fc05ad410193979dd7b15d62ac4675 (diff)
downloadmorph-26b06cdd17a655878f9843fb3cdc7f34970e132b.tar.gz
Fix up run-bootstrap-in-chroot for tarball fix
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index b72626ad..406eb0b7 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -98,7 +98,7 @@ EOF
chmod +x "./do-squeeze-chroot"
if ([ "x$DEBIAN_MIRROR" = x ] && echo DEBIAN_MIRROR is unspecified >&2) ||
- ([ "x$GIT_BUNDLES" = x ] && echo GIT_BUNDLES is unspecified >&2)
+ ([ "x$GIT_TARBALLS" = x ] && echo GIT_TARBALLS is unspecified >&2)
then
echo You have to set DEBIAN_MIRROR and other environment variables 1>&2
exit 1