mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
24 lines
702 B
Diff
24 lines
702 B
Diff
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
|
|
|