mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -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
|
mkdir -p dist || exit 1
|
||||||
|
|
||||||
# FIXME: Qt is bugged and does not override CC.
|
# 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
|
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
|
||||||
fi
|
fi
|
||||||
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue