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_local-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_local-includes') diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes index 96bf0b650..bcc013b8d 100755 --- a/helpers/lh_binary_local-includes +++ b/helpers/lh_binary_local-includes @@ -42,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls -A config/binary_local-includes/ | grep -qs . > /dev/null 2>&1 +if Find_files config/binary_local-includes/ then # Copying includes cd config/binary_local-includes -- cgit v1.2.3