We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0c4e1 commit b7881eeCopy full SHA for b7881ee
plotkicadsch/src/plotkicadsch.ml
@@ -19,7 +19,7 @@ let process_libs libs =
19
let () =
20
let files = ref [] in
21
let libs = ref [] in
22
- let outpath = ref "" in
+ let outpath = ref "." in
23
let speclist = [
24
("-l", Arg.String (fun lib -> libs := lib::!libs), "specify component library");
25
("-f", Arg.String(fun sch -> files := sch::!files), "sch file to process");
0 commit comments