wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

'quill env' fails outside of project tree #11

Closed wduquette closed 9 years ago

wduquette commented 10 years ago

The problem is the 'env versionof tclsh' call, which creates a query.tcl file in the project .quill/ directory. This is wrong; it adds an unnecessary dependency on the project tree. Instead, it should create a temp file somewhere else.