diff options
Diffstat (limited to 'helpers/lh_chroot_local-includes')
-rwxr-xr-x | helpers/lh_chroot_local-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-includes b/helpers/lh_chroot_local-includes index 49d1c80..697c33b 100755 --- a/helpers/lh_chroot_local-includes +++ b/helpers/lh_chroot_local-includes @@ -42,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls -A config/chroot_local-includes/ | grep . > /dev/null 2>&1 +if ls -A config/chroot_local-includes/ | grep -qs . then # Copying includes cd config/chroot_local-includes |