> $ strace -fto /dev/stdout luarocks --tree=/tmp/usr list | grep  
> /manifes
> 4015  13:02:32  
> open("/home/ildar/.luarocks/lib/luarocks/rocks/manifest", O_RDONLY) =  
> -1 ENOENT (No such file or directory)
> 4015  13:02:32 open("/usr/lib/luarocks/rocks/manifest", O_RDONLY) = 3

It just doesn't try to look at the pointed tree:
> $ strace -fto /dev/stdout luarocks --tree=/tmp/usr list | grep  
> /tmp/usr
> 4032  13:02:49 execve("/usr/bin/luarocks", ["luarocks",  
> "--tree=/tmp/usr", "list"], [/* 64 vars */]) = 0

A bug?
-- 
Ildar  Mulyukov,  free SW designer/programmer
================================================
email: [email protected]
home: http://johan-notes.blogspot.com/
ALT Linux Sisyphus
================================================
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to