summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_local-includes
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-06 23:28:27 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:37 +0100
commit4b7b96bce8274e62d9ef9813cc823d9362e7d256 (patch)
tree65bef39a1a9f59c7594fc9489784c2525ff9d363 /helpers/lh_binary_local-includes
parentaf8160b9303da153c2330ec329fb9de69d5014c4 (diff)
downloadvyos-live-build-4b7b96bce8274e62d9ef9813cc823d9362e7d256.tar.gz
vyos-live-build-4b7b96bce8274e62d9ef9813cc823d9362e7d256.zip
Making check for local-includes silent.
Diffstat (limited to 'helpers/lh_binary_local-includes')
-rwxr-xr-xhelpers/lh_binary_local-includes2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes
index 57918bd1a..96bf0b650 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 .
+if ls -A config/binary_local-includes/ | grep -qs . > /dev/null 2>&1
then
# Copying includes
cd config/binary_local-includes