]> git.donarmstrong.com Git - lilypond.git/commitdiff
(search-gs): oops.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 Apr 2006 01:00:15 +0000 (01:00 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 Apr 2006 01:00:15 +0000 (01:00 +0000)
ChangeLog
scm/backend-library.scm

index 177d049170a449ff1d6a90448367fb589ac42ed9..4d2ff21e0f8295e9ee9f720b0643c4cf96624197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/backend-library.scm (search-gs): oops.
+
 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scripts/lilypond-book.py (output): use base, not filename for href.
index df1314679c7184f41ae01d7b90c1939c0833d2cf..731dcf083e79a140d77c0645b9950a6a2d7fd597 100644 (file)
@@ -47,7 +47,7 @@
 (define-public (search-gs)
   
   ;; must be sure that we don't catch stuff from old GUBs.
-  (search-executable '("gs"))
+  (search-executable '("gs")))
 
 (define-public (postscript->pdf papersizename name)
   (let* ((pdf-name (string-append (basename name ".ps") ".pdf"))