Skip to content
Snippets Groups Projects
Commit cdbbf0de authored by Bob Mottram's avatar Bob Mottram
Browse files

reset option

parent 321b792f
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ if [ ! $COMPLETION_FILE ]; then ...@@ -74,8 +74,8 @@ if [ ! $COMPLETION_FILE ]; then
COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
fi fi
if [[ $command_options == *"menuconfig"* ]]; then if [[ $command_options == "menuconfig" ]]; then
if [[ $command_options == *"--reset"* ]]; then if [[ "$2" == "--reset" ]]; then
if [ -f $CONFIGURATION_FILE ]; then if [ -f $CONFIGURATION_FILE ]; then
rm $CONFIGURATION_FILE rm $CONFIGURATION_FILE
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment