about summary refs log tree commit diff
path: root/pkgs/applications/office/gnucash/0004-exec-fq-helpers.patch
blob: 289822365490f9fbf6d83c7942588abc760f4236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/gnucash/price-quotes.scm b/gnucash/price-quotes.scm
index 8e3ff255f..a6b805fa5 100644
--- a/gnucash/price-quotes.scm
+++ b/gnucash/price-quotes.scm
@@ -44,7 +44,7 @@
     (define (start-program)
       (set! program
         (gnc-spawn-process-async
-         (list "perl" "-w" gnc:*finance-quote-check*) #t)))
+         (list gnc:*finance-quote-check*) #t)))
 
     (define (get-sources)
       (when program
@@ -119,7 +119,7 @@
 
     (define (start-quoter)
       (set! quoter
-        (gnc-spawn-process-async (list "perl" "-w" gnc:*finance-quote-helper*) #t)))
+        (gnc-spawn-process-async (list gnc:*finance-quote-helper*) #t)))
 
     (define (get-quotes)
       (when quoter