summaryrefslogtreecommitdiff
path: root/libre/sagemath/r-no-readline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/r-no-readline.patch')
-rw-r--r--libre/sagemath/r-no-readline.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/sagemath/r-no-readline.patch b/libre/sagemath/r-no-readline.patch
deleted file mode 100644
index 001d34f65..000000000
--- a/libre/sagemath/r-no-readline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/sage/interfaces/r.py
-+++ b/src/sage/interfaces/r.py
-@@ -331,7 +331,7 @@
- prompt = '> ', #default, later comes the change
-
- # This is the command that starts up your program
-- command = "R --vanilla --quiet",
-+ command = "R --no-readline --vanilla --quiet",
-
- server=server,
- server_tmpdir=server_tmpdir,