X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=1b3df3f1e62ef8382ff16313ca8c34c50a92394f;hb=0bc7f77ff63d9aa044f7d75f9cce255ed2afc0f2;hp=34887b0aec0bb1755223ad2838a823d44c604d88;hpb=15a64d7c42237056abbafe0ace692902dc4657ad;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 34887b0aec..1b3df3f1e6 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--2014 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?)