Don't skip single dot-files in the root directory of binary and chroot local includes

This commit is contained in:
Chris Lamb 2008-06-13 15:53:19 +01:00 committed by Daniel Baumann
parent 7540b66682
commit 01a611b24d
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
if ls config/binary_local-includes/* > /dev/null 2>&1
if ls -A config/binary_local-includes/ | grep . > /dev/null 2>&1
then
# Copying includes
cd config/binary_local-includes

View File

@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
if ls config/chroot_local-includes/* > /dev/null 2>&1
if ls -A config/chroot_local-includes/ | grep . > /dev/null 2>&1
then
# Copying includes
cd config/chroot_local-includes