aboutsummaryrefslogtreecommitdiff
path: root/math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m
diff options
context:
space:
mode:
Diffstat (limited to 'math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m')
-rw-r--r--math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m b/math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m
deleted file mode 100644
index 6826481cd076..000000000000
--- a/math/qtoctave/files/patch-qtoctave__src__scripts_octave__qtinfo.m
+++ /dev/null
@@ -1,9 +0,0 @@
---- ./qtoctave/src/scripts_octave/qtinfo.m.orig 2011-01-06 21:48:08.000000000 +0000
-+++ ./qtoctave/src/scripts_octave/qtinfo.m 2012-12-15 22:23:03.542899718 +0000
-@@ -1,5 +1,5 @@
- function qtinfo()
- command=sprintf("qtoctave-info-reader %s > /dev/null", info_file);
- printf("Starting info: %s\n", command);
-- system(command, 1, "async");
-+ system(command, "async");
- endfunction