build: fix seq host tool check

This commit is contained in:
CN_SZTL 2019-10-19 08:33:22 +08:00
parent 23fbfbcf80
commit 6fe5f3bda3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -105,9 +105,9 @@ $(eval $(call SetupHostCommand,cp,Please install GNU fileutils, \
gcp --help 2>&1 | grep 'Copy SOURCE', \
cp --help 2>&1 | grep 'Copy SOURCE'))
$(eval $(call SetupHostCommand,seq,, \
$(eval $(call SetupHostCommand,seq,Please install seq, \
gseq --version, \
seq --version))
seq --version 2>&1 | grep seq))
$(eval $(call SetupHostCommand,awk,Please install GNU 'awk', \
gawk --version 2>&1 | grep GNU, \