summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-03-17 00:47:23 (GMT)
committerColin Watson <cjwatson@debian.org>2009-03-17 00:47:23 (GMT)
commita0c5fb489dacf4cb50b28c180aa35e3dfc38bdd3 (patch)
tree6a507d1f719bbf992e382fd47c62d2a8481f61d5 /debootstrap
parent253678c4ffcda3ef52f6ec3d3037685004f79aa7 (diff)
downloaddebootstrap-a0c5fb489dacf4cb50b28c180aa35e3dfc38bdd3.zip
debootstrap-a0c5fb489dacf4cb50b28c180aa35e3dfc38bdd3.tar.gz
debootstrap-a0c5fb489dacf4cb50b28c180aa35e3dfc38bdd3.tar.bz2
Remove partial support for emitting translated progress messages with
gettext. Don't panic; d-i still has all the support necessary for this. debootstrap's own support for doing this outside d-i with gettext's shell bindings has been completely broken ever since it was added in 2003, though, and nobody has complained. Fixing it would require a big pile of infrastructure and some non-trivial patches, plus arranging to copy all the translations over from base-installer, and it just doesn't seem worth it, so lose the cruft (LP: #188690). r57848
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap6
1 files changed, 0 insertions, 6 deletions
diff --git a/debootstrap b/debootstrap
index c302195..9c81b91 100755
--- a/debootstrap
+++ b/debootstrap
@@ -14,16 +14,11 @@ if [ "$DEBOOTSTRAP_DIR" = "" ]; then
fi
fi
-if [ -x "/usr/bin/gettext" ]; then
- USE_GETTEXT_INTERACTION=yes
-fi
-
DEVICES_TARGZ=$DEBOOTSTRAP_DIR/devices.tar.gz
. $DEBOOTSTRAP_DIR/functions
exec 4>&1
-GETTEXT_LANG=$LANG
LANG=C
USE_COMPONENTS=main
KEYRING=""
@@ -123,7 +118,6 @@ if [ $# != 0 ] ; then
error 1 ARG_BFBYHAND "If running debootstrap by hand, don't use --boot-floppies"
fi
USE_BOOTFLOPPIES_INTERACTION=yes
- unset USE_GETTEXT_INTERACTION
shift
;;
--debian-installer)