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:
parent
0ceff1622b
commit
424e924386
@ -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
|
Mon Aug 10 16:21:52 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
2
xim
2
xim
@ -70,7 +70,7 @@ adduserenv () {
|
|||||||
eval $(set +u +e
|
eval $(set +u +e
|
||||||
. /etc/profile.d/lang.sh < /dev/null > /dev/null 2>&1
|
. /etc/profile.d/lang.sh < /dev/null > /dev/null 2>&1
|
||||||
for cur in $var; do
|
for cur in $var; do
|
||||||
echo export $cur=${!cur}
|
test -n "${!cur}" && echo export $cur=${!cur}
|
||||||
done)
|
done)
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user