summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 092ffe44b..e8b98be8d 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -982,10 +982,10 @@ sub when_config_changed_yaboot {
run_program::rooted($::prefix, "/usr/sbin/ybin", "2>", \$error) or die "ybin failed: $error";
}
-sub install_cromwell {
+sub install_cromwell() {
log::l("XBox/Cromwell - nothing to install...");
}
-sub write_cromwell {
+sub write_cromwell() {
log::l("XBox/Cromwell - nothing to write...");
}
sub when_config_changed_cromwell {