mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
Fix typo in the previous commit
This commit is contained in:
parent
fd1e8c4856
commit
05f770c8a4
@ -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…
Reference in New Issue
Block a user