11 lines
302 B
Diff
11 lines
302 B
Diff
|
--- R-1.9.0/src/scripts/R.sh.in 2004-03-07 12:15:11.000000000 +0100
|
||
|
+++ R-1.9.0-fixed/src/scripts/R.sh.in 2004-04-01 18:43:49.000000000 +0200
|
||
|
@@ -1,6 +1,7 @@
|
||
|
#!/bin/sh
|
||
|
# Shell wrapper for R executable.
|
||
|
|
||
|
+LANG=C
|
||
|
R_HOME_DIR=
|
||
|
if test -n "${R_HOME}" && \
|
||
|
test "${R_HOME}" != "${R_HOME_DIR}"; then
|