diff options
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 91ce33d57..82cd9c27b 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -68,7 +68,7 @@ foreach my $img (@images) { # The ascii 15 / Shift In / ^O character before the 0 should not be removed sub syslinux_color { - "0" . { + chr(15) . "0" . { default => '7', blue => '9', green => 'a', |