Hello grub-devel,

this change removes a trailing semicolon as it is not needed
and adjusts the code to look like the "source" line above.

best regards and thanks for grub,

Florian La Roche
From e19257137f70542d98ad5c8a315a019798331388 Mon Sep 17 00:00:00 2001
From: Florian La Roche <florian.laro...@gmail.com>
Date: Mon, 31 Aug 2020 10:36:53 +0200
Subject: [PATCH] remove unneccessary trailing semicolon

---
 util/grub.d/41_custom.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub.d/41_custom.in b/util/grub.d/41_custom.in
index fcc21a987..a08363da1 100644
--- a/util/grub.d/41_custom.in
+++ b/util/grub.d/41_custom.in
@@ -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
 
-- 
2.28.0

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to