diff options
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index afbc7ea2c..27419ab14 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -322,7 +322,7 @@ sub _parse_grub_menu_lst() { sub is_already_crypted { my ($password) = @_; - $password =~ /^$1\$/; # CHECKME: EMPIRIC + $password =~ /^\$1\$/; # CHECKME: EMPIRIC } sub read_grub_menu_lst { |