summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 13:57:11 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit532f4e281f1a1c4687f9841201cf85f46d6aec31 (patch)
tree17994e13c4facb5f885c0c8cef4762b1730697bb /helpers/lh_binary_chroot
parentc7ad124959cf6dc9275528805ff38b6fad82164e (diff)
downloadlive-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.zip
live-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.tar.gz
Fixing some coding style issues.
Diffstat (limited to 'helpers/lh_binary_chroot')
-rwxr-xr-xhelpers/lh_binary_chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot
index c0727e0..ad578cc 100755
--- a/helpers/lh_binary_chroot
+++ b/helpers/lh_binary_chroot
@@ -100,7 +100,7 @@ ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
if [ -f config/binary_rootfs/exclude ]
then
# Read exclude file and expand wildcards.
- for EXCLUDE in `cat config/binary_rootfs/exclude`
+ for EXCLUDE in $(cat config/binary_rootfs/exclude)
do
if [ -e chroot/chroot/"${EXCLUDE}" ]
then