From 7234a572949b6fb272e112882d36c9cb9c610f27 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 4 May 2007 18:43:59 -0700 Subject: [PATCH] thinko in makelsr.py --- buildscripts/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 44da48c9dd..f576cdc1e3 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -27,7 +27,7 @@ def copy_dir_with_test(srcdir, destdir): src = os.path.join (srcdir, file) dest = os.path.join (destdir, file) copy_with_warning(src, dest) - os.system('convert-ly -e ' + src) + os.system('convert-ly -e ' + dest) s = os.system('lilypond -dsafe -dbackend=svg -o /tmp/lsrtest ' + dest) if s: notsafe.append(dest) -- 2.39.5