From 532f4e281f1a1c4687f9841201cf85f46d6aec31 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Nov 2007 13:57:11 +0100 Subject: Fixing some coding style issues. --- helpers/lh_binary_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_chroot') 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 -- cgit v1.2.3