diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:12:00 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:12:00 +0200 |
commit | da0801ebf47881bc14171d2c206b087eae6f689f (patch) | |
tree | 59d76e50adf3c12a1d5d568c3ab86c293cf26dad | |
parent | 432402e32ba6118886034150a41c9795e63bbb25 (diff) | |
download | vyos-live-build-da0801ebf47881bc14171d2c206b087eae6f689f.tar.gz vyos-live-build-da0801ebf47881bc14171d2c206b087eae6f689f.zip |
Correcting indenting glitch in lb_binary_chroot.
-rwxr-xr-x | scripts/build/lb_binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot index f5ac80f86..720524344 100755 --- a/scripts/build/lb_binary_chroot +++ b/scripts/build/lb_binary_chroot @@ -42,7 +42,7 @@ Create_lockfile .lock if [ -f chroot/proc/version ] then if [ "${LB_USE_FAKEROOT}" != "true" ] -then + then ${LB_ROOT_COMMAND} umount chroot/proc else rm -rf chroot/proc |