diff options
Diffstat (limited to 'utils/fakeroot.sh')
-rw-r--r-- | utils/fakeroot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/fakeroot.sh b/utils/fakeroot.sh index 7bc5dc73..daf18e77 100644 --- a/utils/fakeroot.sh +++ b/utils/fakeroot.sh @@ -54,6 +54,9 @@ if [ $# -eq 0 ]; then set -- ${SHELL:-/bin/sh} fi +FAKED_MODE="unknown-is-root" +export FAKED_MODE + # We exec settrans, which execs the "fakeauth" command in the chroot # context provided by /hurd/fakeroot. exec /bin/settrans \ |