Comment 16 for bug 13485

Revision history for this message
Daniel Stone (daniels) wrote :

*swoons* -- my hero.

if [ "$LANG" = "C.UTF-8" ]; then
  # d-i sucks and it's Colin's fault
  REALLANG="$(db_get debian-installer/locale)"
else
  REALLANG="$LANG"
fi