diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-10 09:11:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-10 09:11:36 +0000 |
commit | 9643844128cc1d8d994fc3736198d9770570dbba (patch) | |
tree | 44f351c9907ab902c9428e87438eb049c7e03b00 | |
parent | Updating. (diff) | |
download | progress-linux-tools-9643844128cc1d8d994fc3736198d9770570dbba.tar.xz progress-linux-tools-9643844128cc1d8d994fc3736198d9770570dbba.zip |
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/debian-chroot | 4 |
1 files 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 . |