Your message dated Tue, 09 Oct 2007 18:08:45 -0300 with message-id <[EMAIL PROTECTED]> and subject line Bug#445997: live-helper: lh_binary_disk `` to $() change $$ is a token has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: live-helper Version: 1.0~a30-1 Severity: serious This change from a29 is broken since $$ is shellspeak for getpid(). Purging configuration files for memtest86+ ... /usr/bin/lh_binary_disk: eval: line 60: syntax error near unexpected token `(' /usr/bin/lh_binary_includes: eval: line 139: syntax error near unexpected token `(' --- ./live-helper-1.0~a29/helpers/lh_binary_disk 2007-09-23 10:18:28.000000000 -0400 +++ ./live-helper-1.0~a30/helpers/lh_binary_disk 2007-10-04 08:22:36.000000000 -0400 @@ -54,10 +54,10 @@ mkdir -p binary/.disk -ARCHITECTURE="`echo ${LH_ARCHITECTURE} | sed -e 's# #/#g'`" -DISTRIBUTION="`echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]'`" -DISTRIBUTION="${DISTRIBUTION}`echo ${LH_DISTRIBUTION} | cut -b 2-`" -eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`" +ARCHITECTURE="$(echo ${LH_ARCHITECTURE} | sed -e 's# #/#g')" +DISTRIBUTION="$(echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')" +DISTRIBUTION="${DISTRIBUTION}$(echo ${LH_DISTRIBUTION} | cut -b 2-)" +eval VERSION="$$(echo VERSION_${LH_DISTRIBUTION})" if [ "${LH_DISTRIBUTION}" != "etch" ] then
--- End Message ---
--- Begin Message ---Version: 1.0~a31-1 Daniel Baumann <[EMAIL PROTECTED]> writes: > tags 445997 +pending > thanks > > Justin Pryzby wrote: >> This change from a29 is broken since $$ is shellspeak for getpid(). > > which was fixed in git already. This fix was included on 1.0~a31-1 release, hence closing it. -- O T A V I O S A L V A D O R --------------------------------------------- E-mail: [EMAIL PROTECTED] UIN: 5906116 GNU/Linux User: 239058 GPG ID: 49A5F855 Home Page: http://otavio.ossystems.com.br --------------------------------------------- "Microsoft sells you Windows ... Linux gives you the whole house."
--- End Message ---
_______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

