From f77eb8b5cc09beb7c89ca70241fe7be3bcdd8fe3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 28 Nov 2014 05:43:44 +0000 Subject: getseabios: fix typo, path and remove obsolete comments --- getseabios | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/getseabios b/getseabios index 25f3b79..3833615 100755 --- a/getseabios +++ b/getseabios @@ -1,6 +1,6 @@ #!/bin/bash -# getgrub script: Downloads SeaBIOS and patches it. +# getseabios script: Downloads SeaBIOS and patches it. # # Copyright (C) 2014 Francis Rowe # @@ -20,8 +20,6 @@ set -u -e -v -# Get GRUB, revert to commit last used and apply patches. - # Remove the old version that may still exist # ------------------------------------------------------------------------------- @@ -35,7 +33,7 @@ rm -rf seabios # download it using git git clone git://git.seabios.org/seabios.git seabios -cd seabios +cd seabios/ # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -- cgit v1.1-4-g5e80