commit: 90144963e0f58b4f507ee023809fb7197a047fcd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:29:15 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:29:15 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=90144963
determine_config_file(): reformat code
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_configkernel.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 5d4bf23..3b27f6c 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -24,7 +24,9 @@ determine_config_file() {
then
gen_die 'Error: No kernel .config specified, or file not found!'
fi
- KERNEL_CONFIG="$(readlink -f "${KERNEL_CONFIG}")"
+
+ KERNEL_CONFIG="$(readlink -f "${KERNEL_CONFIG}")"
+
# Validate the symlink result if any
if [ ! -f "${KERNEL_CONFIG}" ]
then