diff options
Diffstat (limited to 'components/chroot-includes')
-rwxr-xr-x | components/chroot-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chroot-includes b/components/chroot-includes index ebf9fb552..9e73157e8 100755 --- a/components/chroot-includes +++ b/components/chroot-includes @@ -74,7 +74,7 @@ def main(): # includes if not glob.glob('config/includes/*') and not glob.glob('config/includes/.*') and not glob.glob('config/includes.chroot/*') and not glob.glob('config/includes.chroot/.*'): if verbose: - print ('I: no chroot includes found at config/includes.chroot - nothing to do') + print ('I: no chroot includes found at config/includes{,.chroot} - nothing to do') sys.exit(0) |