diff --git a/src/scm/command-line.scm b/src/scm/command-line.scm index 34c68b1731..84b17e2a36 100644 --- a/src/scm/command-line.scm +++ b/src/scm/command-line.scm @@ -239,7 +239,7 @@ the current value of the path.") (set! gnc:*batch-mode-things-to-do* (cons (lambda () - (gnc:depend "price-quotes.scm") + (gnc:use-guile-module-here! '(gnucash price-quotes)) (if (not (gnc:add-quotes-to-book-at-url val)) (begin (gnc:error "Failed to add quotes to " val)