Fix syntax.
authorTim Yamin <plasmaroo@gentoo.org>
Fri, 3 Jun 2005 18:53:36 +0000 (18:53 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Fri, 3 Jun 2005 18:53:36 +0000 (18:53 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@202 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_bootloader.sh
genkernel

index e685c1477be0de8b51d96735bbb30dcf464568d1..de8ada6c61ddb4f7feadcd47cff88c06712aab57 100644 (file)
@@ -48,8 +48,9 @@ set_grub_bootloader() {
                # Check that $GRUB_ROOT_PARTITION is a single character
                local GRUB_ROOT_PARTITION_TEST=$(printf $GRUB_ROOT_PARTITION | wc -c)
                if [ "${GRUB_ROOT_PARTITION_TEST}" -ne '1' ]
+               then
                        # GRUB_ROOT_PARTITION is not a number; we can't work this out so... error
-                       print_error 1 'Error! /boot/grub/grub.conf does not exist and the correct settings can't be automatically detected.'
+                       print_error 1 'Error! /boot/grub/grub.conf does not exist and the correct settings can\'t be automatically detected.'
                        print_error 1 'Please manually create your /boot/grub/grub.conf file.'
                else
                        # grub.conf doesn't exist - create it with standard defaults
index dae8de8edac7d86896161efa1c375f48415f38ed..482487328131a21477e63226242945b498d1bd26 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Genkernel v3
 
-GK_V='3.2.0'
+GK_V='3.2.0_pre2'
 TEMP='/var/tmp/genkernel'
 TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified.