6 Feb
2008
6 Feb
'08
1:04 p.m.
On Feb 6, 2008 2:07 AM, N_Ox <n.oxyde@gmail.com> wrote:
Le 6 févr. 08 à 08:01, Ryan Schmidt a écrit :
<snip/>
It would probably be:
set libgcj [exec find ${prefix}/share/java -name "libgcj-4\.2*.jar"]
(unless you use fs-traverse like Daniel said)
I think the current policy is to avoid any exec/system call when we can do it in a pure TCL fashion.
Not know TCL, is that the fs-traverse method?