Package: proot
Version: 4.0.0-1
Severity: normal
User: reproducible-bui...@lists.alioth.debian.org
Usertags: toolchain

Hi!

Some lines of shells are sometimes better than lengthly explainations:

    $ mkdir -p /tmp/a
    $ cd /tmp/a
    $ proot -b /tmp/a:/test -w /test bash -c 'pwd'
    /tmp/a

This should output `/test`. It seems that the directory change is
not done is this particular case. It indeed does if the current working
directory is different than the one being bind-mounted:

    $ mkdir -p /tmp/a
    $ cd /tmp
    $ proot -b /tmp/a:/test -w /test bash -c 'pwd'
    /test

-- 
Lunar                                .''`. 
lu...@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature

Reply via email to