summaryrefslogtreecommitdiff
path: root/libre/sagemath/r-no-readline.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-26 17:57:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-26 17:57:04 -0500
commitd5388c48f362b3f79053d1ba86de2ff197a4dd81 (patch)
treef555a20d2f544349fd42320a8605c9a640b9c9bc /libre/sagemath/r-no-readline.patch
parente978b1e8a3df5a0825292157c3ba1ce369883195 (diff)
downloadabslibre-d5388c48f362b3f79053d1ba86de2ff197a4dd81.tar.gz
abslibre-d5388c48f362b3f79053d1ba86de2ff197a4dd81.tar.bz2
abslibre-d5388c48f362b3f79053d1ba86de2ff197a4dd81.zip
Removing sagemath: This package is in [community] repo
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,