Skip to content

Commit 4951b99

Browse files
committed
Add "" to search term (macOS)
1 parent 597cc15 commit 4951b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ clean:
6363
# remove remains from running 'make coverage'
6464
rm -f *.profraw
6565
rm -f *.profdata
66-
find test/ -name *actual* -exec rm {} \;
66+
find test/ -name "*actual*" -exec rm {} \;
6767
echo "run make distclean to also remove mason_packages and node_modules"
6868

6969
distclean: clean

0 commit comments

Comments
 (0)