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>2007-11-11 13:57:11 +0100
commit8635931e79730eb75ca8f9b3c581845c2613ebf2 (patch)
tree17994e13c4facb5f885c0c8cef4762b1730697bb /helpers/lh_binary_chroot
parent1d728dcb3e7bdf84acfd99cd1ac3b27006991a31 (diff)
downloadvyos-live-build-8635931e79730eb75ca8f9b3c581845c2613ebf2.tar.gz
vyos-live-build-8635931e79730eb75ca8f9b3c581845c2613ebf2.zip
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 c0727e06a..ad578cc4f 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