~ubuntu-branches/ubuntu/trusty/debian-installer-utils/trusty-proposed

1 by Joey Hess
* Updated translations:
1
#!/bin/sh -e
9 by Colin Watson
debconf-get, debconf-set: Use DEBIAN_FRONTEND=noninteractive rather than
2
export DEBIAN_FRONTEND=noninteractive
3 by Colin Watson
* Backport from trunk (Matt Kraai, closes: Ubuntu #14608):
3
. /usr/share/debconf/confmodule
4
db_get "$1"
5
echo "$RET"