From 68287a282aa4dd8513ae24b78fecca07e59ff789 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 8 Sep 2013 21:54:51 +0400 Subject: Typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 4bcb624..f2d1f5f 100755 --- a/install +++ b/install @@ -893,7 +893,7 @@ def configure_smf(): manifests = [] os.chdir(rootdir) for root, dirs, files in os.walk('lib/svc/manifest'): - manifests += [ os.path.join('/', root, xml) for xml in files if fnmatch(xml, '*.xml')] + manifests += [os.path.join('/', root, xml) for xml in files if fnmatch(xml, '*.xml')] progress = ProgressBar(screen, title='Configuring SMF repository', width=70, text='Importing SMF manifests ...', top=len(manifests)) for m in manifests: -- cgit v1.2.3