diff options
Diffstat (limited to 'utils/fakeroot.sh')
-rw-r--r-- | utils/fakeroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fakeroot.sh b/utils/fakeroot.sh index cd0df7b0..1ace1cf7 100644 --- a/utils/fakeroot.sh +++ b/utils/fakeroot.sh @@ -59,5 +59,5 @@ fi # the shell running under fakeauth to chdir there inside the chroot world. # That shell then execs our arguments as a command line. exec /bin/settrans --chroot \ - /bin/fakeauth /bin/sh -c "cd `pwd`; exec $*" \ + /bin/fakeauth /bin/sh -c "cd `pwd`; $*" \ -- / /hurd/fakeroot |