summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-26 10:11:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-26 10:11:05 +0000
commitbf105d61f24edb260ce9cf41180ab5a0cedb0dfe (patch)
treecfe335081696472e50b6c6b5a0d2ced7f334db6e /run-bootstrap-in-chroot
parentc4054a92be8bfd84de3140520f55ec87237db1b4 (diff)
downloadmorph-bf105d61f24edb260ce9cf41180ab5a0cedb0dfe.tar.gz
run-bootstrap-in-chroot: use backticks instead of $()
vim syntax highlighting thinks that this is not /bin/sh portable
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 7e6f0616..dad53c4f 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -52,7 +52,7 @@ fi
hostname > "$dir/etc/hostname"
cat <<EOF > "$dir/etc/hosts"
127.0.0.1 localhost
-127.0.1.1 $(hostname)
+127.0.1.1 `hostname`
EOF
# Unpack existing snapshot, or run pass1 of bootstrap and then make snapshot.