mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix typo in the previous commit
This commit is contained in:
parent
fd1e8c4856
commit
05f770c8a4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ rm -rf dist
|
|||
mkdir -p dist || exit 1
|
||||
|
||||
# FIXME: Qt is bugged and does not override CC.
|
||||
if [ "$COVERITY_SCAN_TOKEN" != "" ]; then
|
||||
if [ "$COVERITY_SCAN_TOKEN" = "" ]; then
|
||||
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
|
||||
fi
|
||||
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue