Bugzilla – Attachment 80825 Details for
Bug 62192
: broken launch script, bork in March in Germany
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Minimal fix: use POSIX locale for ls call only
libreoffice_bug62192_minimal_fix.patch (text/plain), 480 bytes, created by
Erik Auerswald
on 2013-06-14 20:22:10 UTC
(
hide
)
Description:
[PATCH] Minimal fix: use POSIX locale for ls call only
Filename:
MIME Type:
Creator:
Erik Auerswald
Created:
2013-06-14 20:22:10 UTC
Size:
480 bytes
patch
obsolete
>diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh >index d34f1c3..b533e43 100755 >--- a/desktop/scripts/soffice.sh >+++ b/desktop/scripts/soffice.sh >@@ -44,7 +44,7 @@ sd_res=$0 > while [ -h "$sd_res" ] ; do > cd "`dirname "$sd_res"`" > sd_basename=`basename "$sd_res"` >- sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"` >+ sd_res=`LC_ALL=C ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"` > done > cd "`dirname "$sd_res"`" > sd_prog=`pwd`
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62192
:
80803
| 80825 |
80826