commit: 80aca6aa38b43a5e147114ccb8c6434771aef541
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 19:46:36 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 19:46:36 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=80aca6aa
config_kernel(): No need to call determine_config_file again
...which was already called in genkernel before and config file
cannot change at runtime.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_configkernel.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index b7fa63e..ecef8bc 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -43,7 +43,6 @@ determine_config_file() {
}
config_kernel() {
- determine_config_file
cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel
directory!'
print_info 1 "kernel: >> Initializing..."