Add in the mess from the original symbiosisware version.
[distorted-chroot] / mess / config / schroot / scripts / 51chrootenv
1 #! /bin/sh -e
2
3 case "$1" in
4 setup-start)
5 env | sed -n '/CHROOT_/s///p' | sort >"$CHROOT_PATH/etc/schroot.info"
6 ;;
7 esac