From 2a98bccc385bd8dfa45000729030ded3f97afab1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Jun 2016 18:27:49 +0100 Subject: [PATCH] Set debian_chroot variable (companion to AUTOTITLE change?) --- dot/configs/setenvir | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dot/configs/setenvir b/dot/configs/setenvir index 68179d3..42b58ae 100644 --- a/dot/configs/setenvir +++ b/dot/configs/setenvir @@ -69,6 +69,14 @@ if test -d /mariner64; then fi +if [ "x$debian_chroot" = x ] && test -f /etc/debian_chroot; then + read