]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ps-to-png.scm
Issue 3580: Replace unwarranted uses of map with for-each and other Scheme cleanups
[lilypond.git] / scm / ps-to-png.scm
index 34887b0aec0bb1755223ad2838a823d44c604d88..948e56e145a5a4ea7a12f5e988c49cc2ef848afd 100644 (file)
 
      (if (not (= 0 status))
          (begin
-           (map delete-file files)
+           (for-each delete-file files)
            (exit 1)))
 
      (if (and rename-page-1 multi-page?)