X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=e2a0d6cb205665eb10963ad615ea9f54cf498418;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=34887b0aec0bb1755223ad2838a823d44c604d88;hpb=e6e64de1da49ff8c6005daa5fd81adc8387b2668;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 34887b0aec..e2a0d6cb20 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2005--2012 Jan Nieuwenhuizen +;;;; Copyright (C) 2005--2015 Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -167,7 +167,7 @@ (if (not (= 0 status)) (begin - (map delete-file files) + (for-each delete-file files) (exit 1))) (if (and rename-page-1 multi-page?)