Skip to content

Commit 44be737

Browse files
authored
Merge pull request #396 from ChinYikMing/sha1
Remove redundant pipe symbol
2 parents 13a6531 + 10d5288 commit 44be737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/external.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ define verify
4848
$(eval _ := \
4949
$(if $(filter 1,$(COMPRESSED_IS_DIR)), \
5050
($(eval VERIFIER := \
51-
| echo $(1) > $(SHA1_FILE1) \
51+
echo $(1) > $(SHA1_FILE1) \
5252
| find $(2) -type f -print0 \
5353
| sort -z \
5454
| xargs -0 $(SHA1SUM) \

0 commit comments

Comments
 (0)