aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xpbuilder2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8db0d8e..ad4dca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,10 @@ pbuilder (0.172) UNRELEASED; urgency=low
* install aptitude per default in chroot.
* "pdebuild: [manual] Change pbuilder.8 to pbuilder(8)", thanks
to Jari Aalto (Closes: #439818).
+ * Bug fix: "pbuilder login does not create a login shell", thanks to Ben
+ Hutchings (Closes: #439285).
- -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2007 08:20:50 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2007 08:22:43 +0900
pbuilder (0.171) unstable; urgency=low
diff --git a/pbuilder b/pbuilder
index 25af124..fd49fe7 100755
--- a/pbuilder
+++ b/pbuilder
@@ -68,7 +68,7 @@ File extracted to: $BUILDPLACE
"
fi
executehooks "F"
- ${CHROOTEXEC} bin/bash
+ (${CHROOTEXEC} bin/bash -c 'exec -a -bash bin/bash')
save_aptcache