From 0495570394f7c04c598ed8affa1550d4ba1bd66d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 19:00:56 +0100 Subject: Correcting error message when no includes have been found in *-includes commands. --- components/bootstrap-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/bootstrap-includes') diff --git a/components/bootstrap-includes b/components/bootstrap-includes index f02235ada..57cecb5e2 100755 --- a/components/bootstrap-includes +++ b/components/bootstrap-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.bootstrap/*') and not glob.glob('config/includes.bootstrap/.*'): if verbose: - print ('I: no bootstrap includes found at config/includes.bootstrap - nothing to do') + print ('I: no bootstrap includes found at config/includes{,.bootstrap} - nothing to do') sys.exit(0) -- cgit v1.2.3