forked from lix-project/lix
* Doh!
This commit is contained in:
parent
9fa07b376d
commit
033d7c6593
|
@ -348,7 +348,7 @@ Expr evalExpr2(EvalState & state, Expr e)
|
||||||
return makeString(s1 + s2);
|
return makeString(s1 + s2);
|
||||||
else if (atMatch(m, e1) >> "Path" >> s1 &&
|
else if (atMatch(m, e1) >> "Path" >> s1 &&
|
||||||
atMatch(m, e2) >> "Path" >> s2)
|
atMatch(m, e2) >> "Path" >> s2)
|
||||||
return makeString(canonPath(s1 + "/" + s2));
|
return makePath(canonPath(s1 + "/" + s2));
|
||||||
else throw Error("wrong argument types in `+' operator");
|
else throw Error("wrong argument types in `+' operator");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue