Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112703 | Differences between
and this patch

Collapse All | Expand All

(-)gnucash-1.8.12-orig/src/bin/generate-gnc-script (+7 lines)
Lines 19-24 Link Here
19
## shows weird characters in utf8-locales:
19
## shows weird characters in utf8-locales:
20
#(echo \$LANG | grep  UTF-8 > /dev/null ) &&  LANG=\`echo \$LANG | sed s/\.UTF-8//\`
20
#(echo \$LANG | grep  UTF-8 > /dev/null ) &&  LANG=\`echo \$LANG | sed s/\.UTF-8//\`
21
21
22
VARS=\$(locale)
23
VARS=\${VARS//.utf8/}
24
VARS=\${VARS//.UTF-8/}
25
VARS=\${VARS//\"/}
26
export \$VARS
27
unset VARS
28
22
exec "${TARGET_SCRIPT}" "\$@"
29
exec "${TARGET_SCRIPT}" "\$@"
23
EOF
30
EOF
24
31

Return to bug 112703