fix indentation
This commit is contained in:
parent
24ca667537
commit
681e76737e
2 changed files with 30 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -45,7 +45,7 @@ else
|
|||
QMAKE_PATH=$(find /usr/ -executable -name qmake -type f 2> /dev/null | sed -n 1p)
|
||||
if [ "${QMAKE_PATH}" == "" ]; then
|
||||
echo "Qt qmake not found"
|
||||
exit 1
|
||||
exit 1
|
||||
fi
|
||||
QT_VERSION=$(${QMAKE_PATH} -query "QT_VERSION")
|
||||
fi
|
||||
|
@ -60,7 +60,7 @@ else
|
|||
MAKE_PATH=$(find /usr/ -executable -name make -type f 2> /dev/null | sed -n 1p)
|
||||
if [ "${MAKE_PATH}" == "" ]; then
|
||||
echo "Make not found"
|
||||
exit 1
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue