commit:     3376314d1ce344c7d3649314a6f8d46d813115de
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 01:59:25 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 08:06:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3376314d

Fix "--[no-]debug-cleanup" parameter debug output

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_cmdline.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index b7bd212..6388e93 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -565,7 +565,7 @@ parse_cmdline() {
                        ;;
                --debug-cleanup|--no-debug-cleanup)
                        CMD_DEBUGCLEANUP=`parse_optbool "$*"`
-                       print_info 2 "DEBUGCLEANUP: ${DEBUGCLEANUP}"
+                       print_info 2 "CMD_DEBUGCLEANUP: ${CMD_DEBUGCLEANUP}"
                        ;;
                --logfile=*)
                        CMD_LOGFILE="${*#*=}"

Reply via email to