aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-02-18 17:38:45 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-02-18 17:38:45 -0500
commitb9dc8458eaba1a97380f6a59795afd267739f04c (patch)
tree8108e25fe2676cddbc7639accfdbd1d301772f3a
parentgrs/Kernel.py: use scripts/genkernel.conf if provided (diff)
downloadgrss-b9dc8458eaba1a97380f6a59795afd267739f04c.tar.gz
grss-b9dc8458eaba1a97380f6a59795afd267739f04c.tar.bz2
grss-b9dc8458eaba1a97380f6a59795afd267739f04c.zip
grs/Kernel.py: fix typo
-rw-r--r--grs/Kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grs/Kernel.py b/grs/Kernel.py
index 2bc3e72..6b15a46 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -132,7 +132,7 @@ class Kernel():
if os.path.isfile(self.busybox_config):
cmd += '--busybox-config=%s ' % self.busybox_config
if os.path.isfile(self.genkernel_config):
- cmd += '--config=%s ' % self.genkernel_config):
+ cmd += '--config=%s ' % self.genkernel_config
if has_modules:
cmd += 'all'
else: