Skip to content

Commit 8ee3952

Browse files
committed
A bug fix with -c | --clean
1 parent b29dd63 commit 8ee3952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/hello_world.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ do
5454

5555
if [ "$param_clean" = true ]; then
5656
bash clean.sh
57-
bash setup.sh "$fw"
57+
bash setup.sh -t "$fw"
5858
fi
5959

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

0 commit comments

Comments
 (0)