Skip to content

Commit

Permalink
A bug fix with -c | --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed Jul 31, 2023
1 parent b29dd63 commit 8ee3952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/hello_world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ do

if [ "$param_clean" = true ]; then
bash clean.sh
bash setup.sh "$fw"
bash setup.sh -t "$fw"
fi

# read -p "Continue to benchmark (y/n)?" choice
Expand Down

0 comments on commit 8ee3952

Please sign in to comment.