We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ab9a1 commit db1c730Copy full SHA for db1c730
tools/dep
@@ -21,7 +21,7 @@ ChecksumFile=.$TargetId.dep-md5
21
# the quotes would not be preserved correctly so there are 2 nearly identical
22
# copies of the find filter.
23
function make-checksum-force {
24
- find $Dependency \
+ find $Dependency/ \
25
-type f \
26
-a -not -path '*/.git/*' \
27
-a -not -name '*~' \
@@ -47,7 +47,7 @@ function make-checksum-force {
47
48
function make-checksum {
49
if test -f $ChecksumFile; then
50
- if find $Dependency \
+ if find $Dependency/ \
51
-newer $ChecksumFile \
52
-a -type f \
53
0 commit comments