-
Notifications
You must be signed in to change notification settings - Fork 59
lib: opt.sh: remove useless cmd.txt code and shellcheck cleanup #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Verify for the CI system, without script break |
marc-hb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, removing code is always worth more than adding new code! Less maintenance. Can you explain in the commit message and summarize in the commit Subject: one-line why this code was not useful? Anymore? Removing code is the bigger change and should be first in the commit message. Shellchecks fixes are great too but they are secondary and should be second.
aiChaoSONG
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
marc-hb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run checkpatch locally first before submitting, it will save a lot of code review time and delays.
f7c668c to
9e88d29
Compare
1. remove useless code for record cmdline into cmd.txt file This file design for record full command line but it is none to use it and it also have some issue when full paste command it too complex to fix full command line issue so remove it 2. fix shell check error for opt.sh 3. move git_path as SCRIPT_HOME into lib.sh Signed-off-by: Wu, BinX <binx.wu@intel.com>
|
too long time for this PR |
PR #222 correct? |
Yes |
Signed-off-by: Wu, BinX binx.wu@intel.com