[rkward-cvs] rkward/rkward rkward.sh.template,1.2,1.3

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Apr 6 13:37:44 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9746/rkward

Modified Files:
	rkward.sh.template 
Log Message:
explicitely set LC_NUMERIC in the wrapper. Apparently under some circumstances a bad setting of LC_NUMERIC may get applied

Index: rkward.sh.template
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.sh.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rkward.sh.template	21 Feb 2006 13:26:19 -0000	1.2
--- rkward.sh.template	6 Apr 2006 13:37:42 -0000	1.3
***************
*** 51,54 ****
--- 51,58 ----
  export R_SESSION_TMPDIR
  
+ ## Apparently on some systems an embedded R gets outsmarted somehow, and LC_NUMERIC is set to some dangerous value for the whole app (likely via some Qt stuff)
+ ## To prevent this, set it here, explicitely. R does not work with wrong settings of LC_NUMERIC.
+ export LC_NUMERIC="C"
+ 
  ## Start rkward
  exec $0.bin "$@"





More information about the rkward-tracker mailing list