Expand braces internally, as POSIX /bin/sh does not do {} expansion.
Signed-off-by: Russell Steicke <russells@adelie.cx>
This commit is contained in:
committed by
Paul Beckingham
parent
0cc7bc337d
commit
e4da3aca0d
@@ -43,6 +43,9 @@ public:
|
||||
virtual void send (const std::string&) = 0;
|
||||
virtual void recv (std::string) = 0;
|
||||
|
||||
void expand_braces(const std::string& path, const std::string& sourceortarget,
|
||||
std::vector<std::string>& paths);
|
||||
|
||||
static bool is_directory(const std::string&);
|
||||
static bool is_filelist(const std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user