diff options
-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 . |