diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-07 17:57:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-07 17:57:28 +0200 |
commit | 01f8269eb34c2cb2c4fcfa20750c06c7981f88f6 (patch) | |
tree | e426ca9fcb9c6eaa9afd15aeed6b9d7635195850 | |
parent | 0a1a5f6da7ddf9fd6e3b5b87da7f4bc9ba478ebc (diff) | |
download | vyos-live-build-01f8269eb34c2cb2c4fcfa20750c06c7981f88f6.tar.gz vyos-live-build-01f8269eb34c2cb2c4fcfa20750c06c7981f88f6.zip |
Making check for local-patches silent.
-rwxr-xr-x | helpers/lh_chroot_local-patches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-patches b/helpers/lh_chroot_local-patches index caa618017..b40e114e1 100755 --- a/helpers/lh_chroot_local-patches +++ b/helpers/lh_chroot_local-patches @@ -42,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls -A config/chroot_local-patches/ | grep -qs . +if ls -A config/chroot_local-patches/ | grep -qs . > /dev/null 2>&1 then # Restoring cache Restore_cache cache/packages_chroot |