summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-09 13:31:50 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-09 13:31:50 +0000
commite006c9c7c7653aafafd65b19f87e1a5f6db5209f (patch)
treea34e3a29d3ce938d082ca71124144f2cfc3873df /run-bootstrap-in-chroot
parentb2596ff6b7fe7c6ac250b5b16162cb8fb1849fa3 (diff)
downloadmorph-e006c9c7c7653aafafd65b19f87e1a5f6db5209f.tar.gz
Fix a syntax error.
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 8bc221a9..811b46bf 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -93,7 +93,7 @@ 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$LFS_MIRROR" = x ] && echo LFS_MIRROR is unspecified >&2) ||
+ ([ "x$LFS_MIRROR" = x ] && echo LFS_MIRROR is unspecified >&2)
then
echo You have to set DEBIAN_MIRROR and other environment variables 1>&2
exit 1