chiark / gitweb /
Set debian_chroot variable (companion to AUTOTITLE change?)
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 10 Jun 2016 17:27:49 +0000 (18:27 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 10 Jun 2016 17:27:49 +0000 (18:27 +0100)
dot/configs/setenvir

index 68179d32bfddeebfddebd28dc1d963acda38eade..42b58aee54644382ba44037fa9498a889a99a184 100644 (file)
@@ -69,6 +69,14 @@ if test -d /mariner64; then
 fi
 
 
+if [ "x$debian_chroot" = x ] && test -f /etc/debian_chroot; then
+       read </etc/debian_chroot debian_chroot
+       debian_chroot="($debian_chroot)"
+       export debian_chroot
+fi
+
+
+
 unset ignoreeof
 
 umask 002