summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_local-preseed
diff options
context:
space:
mode:
authorAntonio Terceiro <terceiro@softwarelivre.org>2008-08-08 22:20:56 -0300
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:37 +0100
commit7f1a4e4fc50c636d187472388924109e853ec69e (patch)
treef07000b79efde785760d3cd4247209b0ba483401 /helpers/lh_chroot_local-preseed
parent382d244050abbfb9f9e52ec9383d333b158ded5d (diff)
downloadlive-build-7f1a4e4fc50c636d187472388924109e853ec69e.zip
live-build-7f1a4e4fc50c636d187472388924109e853ec69e.tar.gz
Replacing file checking with ls by function calls
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that.
Diffstat (limited to 'helpers/lh_chroot_local-preseed')
-rwxr-xr-xhelpers/lh_chroot_local-preseed2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-preseed b/helpers/lh_chroot_local-preseed
index 057acdf..e279faa 100755
--- a/helpers/lh_chroot_local-preseed
+++ b/helpers/lh_chroot_local-preseed
@@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
-if ls config/chroot_local-preseed/* > /dev/null 2>&1
+if Find_files config/chroot_local-preseed/*
then
# Check dependency
Check_package chroot/usr/bin/debconf-set-selections debconf