From 9643844128cc1d8d994fc3736198d9770570dbba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Nov 2024 10:11:36 +0100 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/debian-chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/debian-chroot b/bin/debian-chroot index 40f42d6..0fbe930 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -284,7 +284,7 @@ EOF esac case "${DISTRIBUTION}" in - sid) + sid*) cat >> "${CHROOT}/build/.bash_history" << EOF sudo apt build-dep -y . @@ -415,7 +415,7 @@ EOF esac case "${DISTRIBUTION}" in - sid) + sid*) cat >> "${CHROOT}/build/.bash_history" << EOF sudo apt build-dep -y . -- cgit v1.2.3