mirror of
https://github.com/proot-me/proot.git
synced 2025-02-17 10:45:53 +00:00
6 lines
122 B
Bash
6 lines
122 B
Bash
if [ -z `which env` ] || [ -z `which true` ]; then
|
|
exit 125;
|
|
fi
|
|
|
|
env PROOT_NO_SUBRECONF=1 ${PROOT} ${PROOT} -v 1 true
|