Package: live-helper Version: 1.0~a40-1 Tags: patch The errors in stagefile.sh use the wrong variable. The attached patch fixes this.
Thanks, Bas -- I encourage people to send encrypted e-mail (see http://www.gnupg.org). If you have problems reading my e-mail, use a better reader. Please send the central message of e-mails as plain text in the message body, not as HTML and definitely not as MS Word. Please do not use the MS Word format for attachments either. For more information, see http://pcbcn10.phys.rug.nl/e-mail.html
--- /usr/share/live-helper/functions/stagefile.sh 2007-11-19 17:58:35.000000000 +0100 +++ stagefile.sh 2008-03-23 09:03:28.000000000 +0100 @@ -62,9 +62,9 @@ Require_stagefile () then if [ "${NUMBER}" -eq 1 ] then - Echo_error "${NAME} missing" + Echo_error "${NAME}: ${FILE} missing" else - Echo_error "one of ${NAME} is missing" + Echo_error "${NAME}: one of ${FILES} is missing" fi exit 1
signature.asc
Description: Digital signature