All of lore.kernel.org
 help / color / mirror / Atom feed
* [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes.
@ 2011-05-25 18:52 Alexander Kurtz
  2011-06-05 11:51 ` Alexander Kurtz
  2011-06-24 10:39 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kurtz @ 2011-05-25 18:52 UTC (permalink / raw)
  To: grub-devel


[-- Attachment #1.1: Type: text/plain, Size: 184 bytes --]

Dear GRUB developers,

please merge the attached patch adding some more quoting to
grub-mkconfig_lib. This should really fix Debian bug #612417.

Best regards

Alexander Kurtz

[-- Attachment #1.2: grub-bzr-3320.patch --]
[-- Type: text/x-patch, Size: 2165 bytes --]

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: kurtz.alex@googlemail.com-20110525174251-\
#   lsj3rc12fnqvdl9w
# target_branch: http://bzr.savannah.gnu.org/r/grub/trunk/grub/
# testament_sha1: 3f4c6139c0701a1f7b7d212bab275b0a3058e333
# timestamp: 2011-05-25 20:48:53 +0200
# base_revision_id: phcoder@gmail.com-20110521050546-yh8b4ok7imf2g7p2
# 
# Begin patch
=== modified file 'util/grub-mkconfig_lib.in'
--- util/grub-mkconfig_lib.in	2011-04-10 13:30:45 +0000
+++ util/grub-mkconfig_lib.in	2011-05-25 17:42:51 +0000
@@ -63,7 +63,7 @@
 
   # ... or if we can't figure out the abstraction module, for example if
   # memberlist fails on an LVM volume group.
-  if ${grub_probe} -t abstraction $path > /dev/null 2>&1 ; then : ; else
+  if "${grub_probe}" -t abstraction "$path" > /dev/null 2>&1 ; then : ; else
     return 1
   fi
 

# Begin bundle
IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWRvs+fUAAXnfgAAQVXP//3II
AAC////6UAN21bVW0BZshJQmU0xMjExGmUxPRTZTaE0HpMCSQjQaR6ZRqNDSB6Mo2o9QMQYYkEyJ
knkyDU0DQGRpoAaBgNAAANAAAAAAMBoAABoAAAAAFNxw+1fQzdQNW3ACmL7YaQdc3TlhM18YsM1v
kv3CI2I4Jko9EONTviezR68ceDxOS9EHoS6f7k9sbk7nvsG4uREpsi8td0p/BGtft13VXiiKYS8N
S71R4JTpEgRja55dfHLvkDlyNvBLCCSILzgHGt6CLOGU6i8vQqDQfE3lm+FKq2L8zChftnlfQmoP
disOEcfLUIrT4Oopr8RRVFhHI2Hov5KNBeUjlUu0MCv3T2EXqr1Y46g6IAy8SqqgLMBaYPBiUZrl
RdgmyVZAHClzScG/BWQ0c6CfMWk7KPzt1yTtWgYm01nWpZthepoTIMXscYG6nAYviGnS5JQma2lm
EbsyFMLbDHyKsAQxZSE3bpdctueC3rmsFaVMt5r3Fl8ZeCmePTcuqCqq9jCdoCsvne8HT2aoZJrO
roU5wo2BhFjABoqAkBRBkh6DKo7S2dhh75pevAPlKLKQ0MGHdsTJp2h4Bl573jBpCi3nNz8aHKlm
VpKAVSOCXhnOzbxki4ZuH+V4cqDZHpwWZzrCI5vIQ8twaRRnHeQPxxfJZqgzELkifyB9NWnbnkTk
8a5QyN4fFJB9gZbjzFJFo6bMW9DxqMW8734c87bWZNljDDpDxsLt09DKeZt9KMGZerTpUlTIYJi2
l1rQvxdjePzBIA9RUwcnLmV0DKWbSyMsDvdreKJpyGuUAvRwS+EiHbL6Y31VfH3TNwbgzvvpTS11
4Mq7fSZCzE2A6xIY1MPFP7B2CfV84UxZ3hkHEbUwVmpYJrwqC8vGTaJMULYEwOaFool1S60vrIHd
Njc1fUWNUjAIJb0++eSOzZhxGjCMSkJUosEhGLgE4hhRzA7aCHo52L516QFMngXEh6iRuYC0mgaw
LqT0nY86K4wOa9I/rxBwEqMXduo7V7UKSbmK69iWqgN3sJtsEUeEh2kpjVczmuWh7awLhOT49rtu
R7mxs7gdYKK+OOWvG5sA2NTKej3fkm2rOROiue0L5kjvxCSZrGU3CVH9/db//mlXjPSIr04NwmJE
2KYRqwCvSQu3t+xdyRThQkBvs+fU

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes.
  2011-05-25 18:52 [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes Alexander Kurtz
@ 2011-06-05 11:51 ` Alexander Kurtz
  2011-06-24 10:39 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kurtz @ 2011-06-05 11:51 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

On Wed, 2011-05-25 at 20:52 +0200, Alexander Kurtz wrote:
> please merge the attached patch adding some more quoting to
> grub-mkconfig_lib. This should really fix Debian bug #612417.

Ping? Is there anything wrong with the patch?

Best regards

Alexander Kurtz

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes.
  2011-05-25 18:52 [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes Alexander Kurtz
  2011-06-05 11:51 ` Alexander Kurtz
@ 2011-06-24 10:39 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-06-24 10:39 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

On 25.05.2011 20:52, Alexander Kurtz wrote:
> Dear GRUB developers,
>
> please merge the attached patch adding some more quoting to
> grub-mkconfig_lib. This should really fix Debian bug #612417.
>
> Best regards
>
> Alexander Kurtz
Applied, thanks. Next time please add a Changelog entry
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-24 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25 18:52 [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes Alexander Kurtz
2011-06-05 11:51 ` Alexander Kurtz
2011-06-24 10:39 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.