From a341ee3f79208a6100dd726de5a7a42a35e2ae0d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 18 Aug 2002 20:42:43 +0000 Subject: 2002-08-18 Roland McGrath * fakeroot.sh: Dont use "exec" command, since the original script does not and some users use sh syntax here and not just commands. --- utils/fakeroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/fakeroot.sh') 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 -- cgit v1.2.3