diff options
author | Miles Bader <miles@gnu.org> | 1996-07-18 22:30:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-18 22:30:41 +0000 |
commit | 5c63f19a604fda5fe0e68dd33ed31256060db09e (patch) | |
tree | 228121bd215a2c413173cd5525424cd4b350cde8 /release | |
parent | c035b29be5e90a29e9edb6e80b51c3168bd4a2f9 (diff) |
Fix quoting in last echo.
Diffstat (limited to 'release')
-rw-r--r-- | release/INSTALL-GRUB-MBR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/INSTALL-GRUB-MBR b/release/INSTALL-GRUB-MBR index 8dacdcbc..ce15ea77 100644 --- a/release/INSTALL-GRUB-MBR +++ b/release/INSTALL-GRUB-MBR @@ -37,4 +37,4 @@ dd if="$DEV" of=mbr bs=512 count=1 \ rm mbr stage1 echo "$0: /boot/grub/stage1_ffs installed in MBR" -echo "$0: Don't forget to use the grub `install=' command to install stage2" +echo "$0: Don't forget to use the grub \`install=' command to install stage2" |