]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
templates: Remove unnecessary trailing semicolon
authorFlorian La Roche <Florian.LaRoche@gmail.com>
Tue, 1 Sep 2020 05:11:59 +0000 (07:11 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Sep 2020 13:51:25 +0000 (15:51 +0200)
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub.d/41_custom.in

index fcc21a987e10e1efbe530c066257b7c67249f533..a08363da18e92de9c34a514569d09c5bf1966236 100644 (file)
@@ -3,7 +3,7 @@ cat <<EOF
 if [ -f  \${config_directory}/custom.cfg ]; then
   source \${config_directory}/custom.cfg
 elif [ -z "\${config_directory}" -a -f  \$prefix/custom.cfg ]; then
-  source \$prefix/custom.cfg;
+  source \$prefix/custom.cfg
 fi
 EOF