]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkconfig.in: Remove vestige of old argument parsing that
authorColin Watson <cjwatson@ubuntu.com>
Mon, 14 Jun 2010 14:34:47 +0000 (15:34 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 14 Jun 2010 14:34:47 +0000 (15:34 +0100)
left this script non-functional.

ChangeLog
util/grub-mkconfig.in

index 6d8133fbf4e69e8deb0ed5120bed5dbdf476df77..6833765ac76f42f23b854932f6fedc9c1b449fe8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-14  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub-mkconfig.in: Remove vestige of old argument parsing that
+       left this script non-functional.
+
 2010-06-14  Colin Watson  <cjwatson@ubuntu.com>
 
        * docs/man/grub-emu.h2m: New file.
index 0c17d07f6dcc6105c1dda60a17136c9d11505fe9..c9a6df4174c4947f7f2764d831869ed6dd60537b 100644 (file)
@@ -92,11 +92,6 @@ do
        ;;
     esac
 done
-if $next_grub_cfg; then
-    echo "Missing argument to \`-o'" 1>&2
-    usage
-    exit 1
-fi
 
 . ${libdir}/grub/grub-mkconfig_lib