From c7f32c0676e1238f0ba93a91e61419f309ecb51b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 27 Dec 2012 15:14:13 +0100 Subject: Find out /bin/sh using `type` instead of `which`, the latter not being available in d-i. --- debian/changelog | 7 +++++++ functions | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b80eef8..f74a38a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debootstrap (1.0.46) UNRELEASED; urgency=low + + * Find out /bin/sh using `type` instead of `which`, the latter not being + available in d-i. + + -- Samuel Thibault Thu, 27 Dec 2012 14:53:43 +0100 + debootstrap (1.0.45) unstable; urgency=low [ Joey Hess ] diff --git a/functions b/functions index 881231b..682636e 100644 --- a/functions +++ b/functions @@ -1300,7 +1300,7 @@ check_sane_mount () { esac cat > "$1/test-exec" <