diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 13:57:11 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 532f4e281f1a1c4687f9841201cf85f46d6aec31 (patch) | |
tree | 17994e13c4facb5f885c0c8cef4762b1730697bb /helpers/lh_binary_chroot | |
parent | c7ad124959cf6dc9275528805ff38b6fad82164e (diff) | |
download | vyos-live-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.tar.gz vyos-live-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.zip |
Fixing some coding style issues.
Diffstat (limited to 'helpers/lh_binary_chroot')
-rwxr-xr-x | helpers/lh_binary_chroot | 2 |
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 |