forked from qt-creator/qt-creator
use the correct function for expanding macros in shell arguments
Task-number: QTCREATORBUG-3887
This commit is contained in:
@@ -556,7 +556,7 @@ bool ExternalToolRunner::resolve()
|
||||
return false;
|
||||
}
|
||||
{ // arguments
|
||||
m_resolvedArguments = Utils::expandMacros(m_tool->arguments(),
|
||||
m_resolvedArguments = Utils::QtcProcess::expandMacros(m_tool->arguments(),
|
||||
Core::VariableManager::instance()->macroExpander());
|
||||
}
|
||||
{ // input
|
||||
|
Reference in New Issue
Block a user