diff options
Diffstat (limited to 'scripts/live-bottom/14locales')
| -rwxr-xr-x | scripts/live-bottom/14locales | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales index 3fe04c7..bdb1d8b 100755 --- a/scripts/live-bottom/14locales +++ b/scripts/live-bottom/14locales @@ -70,7 +70,7 @@ if [ "${set_locale}" ]; then really_export LANG - if [ "${BUILD_SYSTEM}" == "Ubuntu" ]; then + if [ "${BUILD_SYSTEM}" = "Ubuntu" ]; then printf 'LANG="%s"\n' "${LANG}" > "${grep_file}" chroot /root /usr/sbin/locale-gen "${LANG}" live-preseed /root debian-installer/locale "${locale}" |
