grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] remove unneccessary trailing semicolon


From: Florian La Roche
Subject: [PATCH] remove unneccessary trailing semicolon
Date: Tue, 1 Sep 2020 07:11:59 +0200

---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]