Remove perl dependency.

Fixes #341
This commit is contained in:
Shea Levy
2017-02-07 15:56:32 -05:00
parent 4724903c78
commit 418a837897
6 changed files with 19 additions and 80 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ static void opServe(Strings opFlags, Strings opArgs)
break;
}
case cmdBuildPaths: { /* Used by build-remote.pl. */
case cmdBuildPaths: {
if (!writeAllowed) throw Error("building paths is not allowed");
PathSet paths = readStorePaths<PathSet>(*store, in);