diff options
Diffstat (limited to 'scripts/build/chroot_hooks')
-rwxr-xr-x | scripts/build/chroot_hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index b81e3cb24..7f11c9682 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -54,7 +54,7 @@ for _HOOK in ${LB_CHROOT_HOOKS} do for LOCATION in "${LIVE_BUILD}/hooks" /usr/share/live/build/hooks do - for FILE in "${LOCATION}"/???-"${_HOOK}".chroot + for FILE in "${LOCATION}"/????-"${_HOOK}".chroot do if [ -e "${FILE}" ] then |