Skip to content

Commit 26f7486

Browse files
committed
always swap
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 5d4f440 commit 26f7486

File tree

1 file changed

+3
-0
lines changed
  • framework_lib/src/commandline

1 file changed

+3
-0
lines changed

framework_lib/src/commandline/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,9 @@ pub fn run_with_args(args: &Cli, _allupdate: bool) -> i32 {
734734
enable_page_break();
735735
}
736736

737+
print_err(ec.remap_mac());
738+
return 0;
739+
737740
if args.help {
738741
// Only print with uefi feature here because without clap will already
739742
// have printed the help by itself.

0 commit comments

Comments
 (0)