Skip to content
Snippets Groups Projects
Commit 3d6be6aa authored by mattijs's avatar mattijs
Browse files

expand on case directory

parent 6acfd6a3
Branches
Tags
No related merge requests found
......@@ -78,6 +78,7 @@ int main(int argc, char *argv[])
if (sourceType == "patch")
{
fileName sourceCasePath(dict.lookup("sourceCase"));
sourceCasePath.expand();
fileName sourceRootDir = sourceCasePath.path();
fileName sourceCaseDir = sourceCasePath.name();
word patchName(dict.lookup("sourcePatch"));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment