From 7f1a4e4fc50c636d187472388924109e853ec69e Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 8 Aug 2008 22:20:56 -0300 Subject: 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. --- 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 e78c725be..9691bcc82 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -77,7 +77,7 @@ then exit 0 fi -if [ "${LH_CACHE}" = "enabled" ] && ls cache/stages_rootfs/filesystem* > /dev/null 2>&1 +if [ "${LH_CACHE}" = "enabled" ] && Find_files cache/stages_rootfs/filesystem* then exit 0 fi -- cgit v1.2.3