summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 12:00:54 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 12:00:54 +0000
commit988330f158a6c89b5f69fbf528b2790131d20bd6 (patch)
tree900f71cc72c87e18df369c947f240c1dbb9dde11 /run-bootstrap-in-chroot
parent4d58ab616e0e28f85f99b24bfc016eb8240300a5 (diff)
downloadmorph-988330f158a6c89b5f69fbf528b2790131d20bd6.tar.gz
Fix sh script line continuation indentation bug
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot6
1 files changed, 3 insertions, 3 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 531ed957..80c00714 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -27,9 +27,9 @@ then
else
debootstrap \
--include=build-essential,\
- gawk,bison,python,autoconf,autopoint,automake,gettext,libtool,\
- help2man,texinfo,sudo,qemu-utils,parted,kpartx,mbr,extlinux \
- squeeze "$dir" "$mirror"
+gawk,bison,python,autoconf,autopoint,automake,gettext,libtool,\
+help2man,texinfo,sudo,qemu-utils,parted,kpartx,mbr,extlinux \
+squeeze "$dir" "$mirror"
if [ "$snapshot" = yes ]
then