diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-23 02:59:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-23 09:06:17 +0100 |
commit | 3376314d1ce344c7d3649314a6f8d46d813115de (patch) | |
tree | 818062360a12a191de99bf236e5e7288c213717c /gen_cmdline.sh | |
parent | gen_funcs.sh: reformat code (diff) | |
download | genkernel-3376314d1ce344c7d3649314a6f8d46d813115de.tar.gz genkernel-3376314d1ce344c7d3649314a6f8d46d813115de.tar.bz2 genkernel-3376314d1ce344c7d3649314a6f8d46d813115de.zip |
Fix "--[no-]debug-cleanup" parameter debug output
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-x | gen_cmdline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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="${*#*=}" |