Making check for local-includes silent.

This commit is contained in:
Daniel Baumann 2008-08-06 23:28:27 +02:00
parent 85f3ef1f46
commit 0a1a5f6da7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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