All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kurtz <kurtz.alex@googlemail.com>
To: grub-devel@gnu.org
Subject: [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes.
Date: Wed, 25 May 2011 20:52:44 +0200	[thread overview]
Message-ID: <1306349564.16077.3.camel@localhost> (raw)


[-- 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 --]

             reply	other threads:[~2011-05-25 18:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25 18:52 Alexander Kurtz [this message]
2011-06-05 11:51 ` [MERGE] * util/grub-mkconfig_lib.in: Add some more missing quotes Alexander Kurtz
2011-06-24 10:39 ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1306349564.16077.3.camel@localhost \
    --to=kurtz.alex@googlemail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.