Commit 997f32a
committed
Fix find command line
find xxx -name \*.gcda -type f -o type l
does return :
- all files with the .gcda suffix
- all symbolic links
the updated command line now returns
- all files with the .gcda suffix
- all symbolic links with the .gcda suffix
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>1 parent 533db4e commit 997f32a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
0 commit comments