Skip to content

Commit

Permalink
mxgrub: function call fixup
Browse files Browse the repository at this point in the history
Adding the semicolon makes the code easier to maintain.
  • Loading branch information
thomas committed Oct 17, 2017
1 parent 4a7de91 commit 4ec03ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ sub cmd_initramfs {
sys('bash','-c','cd /project/admin/initramfs;find .|cpio -H newc -o | gzip > /boot/grub/initramfs.igz');
}

check_grub_installation
check_grub_installation();

our ($opt_list,$opt_update,$opt_initramfs,$opt_test);

Expand Down

0 comments on commit 4ec03ae

Please sign in to comment.