Package: proot Version: 4.0.0-1 Severity: normal User: [email protected] 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 .''`.
[email protected] : :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature

