summaryrefslogtreecommitdiff
path: root/math/siag/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'math/siag/files/patch-al')
-rw-r--r--math/siag/files/patch-al10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/siag/files/patch-al b/math/siag/files/patch-al
new file mode 100644
index 000000000000..90e12d0cf7da
--- /dev/null
+++ b/math/siag/files/patch-al
@@ -0,0 +1,10 @@
+--- siag/siag.scm Sat Jan 29 19:34:20 2000
++++ siag/siag.scm Fri Feb 25 11:45:18 2000
+@@ -1024 +1024 @@
+- "*.csv" "xls2csv %s > %s"
++ "*.csv" "exec xls2csv '%s' > '%s'"
+@@ -1028,2 +1028,2 @@
+- "*.txt" "blaha < %s > %s"
+- "*.txt" "blaha < %s > %s")))
++ "*.txt" "exec blaha < '%s' > '%s'"
++ "*.txt" "exec blaha < '%s' > '%s'")))