mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expand braces internally, as POSIX /bin/sh does not do {} expansion.
Signed-off-by: Russell Steicke <russells@adelie.cx>
This commit is contained in:
parent
0cc7bc337d
commit
e4da3aca0d
8 changed files with 161 additions and 63 deletions
|
@ -68,6 +68,7 @@ int CmdPush::execute (std::string& output)
|
|||
Transport* transport;
|
||||
if ((transport = Transport::getTransport (uri)) != NULL )
|
||||
{
|
||||
std::vector<std::string> sourcelist;
|
||||
transport->send (location._data + "/{pending,undo,completed}.data");
|
||||
delete transport;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue