|
|
@@ -63,7 +63,7 @@ public: |
|
|
|
|
|
|
|
|
ScriptBuilder& echo (const String& text)
|
|
|
ScriptBuilder& echo (const String& text)
|
|
|
{
|
|
|
{
|
|
|
return insertLine ("echo " + doubleQuoted (text.removeCharacters ("\"")));
|
|
|
|
|
|
|
|
|
return insertLine ("echo " + text.replace ("\"", "\\\""));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
ScriptBuilder& remove (const String& path)
|
|
|
ScriptBuilder& remove (const String& path)
|
|
|
|