Fix typo in console message
This commit is contained in:
parent
acded06060
commit
c787812631
1 changed files with 1 additions and 1 deletions
2
ThirdParty/AllMake.stage4
vendored
2
ThirdParty/AllMake.stage4
vendored
|
@ -68,7 +68,7 @@ then
|
||||||
else
|
else
|
||||||
echo "WARNING: Skipping the installation of ParaView-3.8.1."
|
echo "WARNING: Skipping the installation of ParaView-3.8.1."
|
||||||
echo "WARNING: Please initialize the QT_DIR environment variable to your QT installation directory."
|
echo "WARNING: Please initialize the QT_DIR environment variable to your QT installation directory."
|
||||||
echo "WARNING: The command $QT_DIR/bin/qmake needs to be valid"
|
echo "WARNING: The command \$QT_DIR/bin/qmake needs to be valid"
|
||||||
echo "WARNING: "
|
echo "WARNING: "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue