Accepting request 324417 from home:tiwai:branches:X11:Utilities

- Fix the breakage of default IM selection due to the eval code
  for ~/.i18n in xim script (bsc#934720, boo#941052)

OBS-URL: https://build.opensuse.org/request/show/324417
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/x11-tools?expand=0&rev=37
This commit is contained in:
Ondřej Súkup 2015-08-20 05:27:11 +00:00 committed by Git OBS Bridge
parent 0ceff1622b
commit 424e924386
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 19 20:00:24 CEST 2015 - tiwai@suse.de
- Fix the breakage of default IM selection due to the eval code
for ~/.i18n in xim script (bsc#934720, boo#941052)
-------------------------------------------------------------------
Mon Aug 10 16:21:52 CEST 2015 - tiwai@suse.de

2
xim
View File

@ -70,7 +70,7 @@ adduserenv () {
eval $(set +u +e
. /etc/profile.d/lang.sh < /dev/null > /dev/null 2>&1
for cur in $var; do
echo export $cur=${!cur}
test -n "${!cur}" && echo export $cur=${!cur}
done)
return
fi