summarylogtreecommitdiffstats
path: root/grub
diff options
context:
space:
mode:
authorChristian Hesse2015-10-07 10:47:33 +0200
committerChristian Hesse2015-10-07 10:47:33 +0200
commit6a4061c39ef4a78ece5337939d7e4b22d034198a (patch)
tree03a61571c2283e193e5e0396438d41dfde874398 /grub
parente0e6c8a38bae89f5a73f03a7abd07ee8fe6c2b3f (diff)
downloadaur-6a4061c39ef4a78ece5337939d7e4b22d034198a.tar.gz
commit grubinvaders 1.0.0-4
Diffstat (limited to 'grub')
-rw-r--r--grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/grub b/grub
index b6991d0cce89..1d24f51a4633 100644
--- a/grub
+++ b/grub
@@ -18,7 +18,7 @@ CLASS="--class game"
if [ -e ${INVADERS_IMAGE} ] && is_path_readable_by_grub ${INVADERS_IMAGE}; then
# image exists, create menu entry
echo "Found Invaders image: ${INVADERS_IMAGE}" >&2
- echo "menuentry "Grub Invaders" ${CLASS} {"
+ echo "menuentry \"Grub Invaders\" ${CLASS} {"
prepare_grub_to_access_device $(${grub_probe} --target=device ${INVADERS_IMAGE}) | sed -e "s/^/\t/"
echo -e "\tmultiboot $(make_system_path_relative_to_its_root ${INVADERS_IMAGE})"
echo "}"