From 87a8c78fe9f4eb5894c4a46134d5db49f14d22ed Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sat, 30 Dec 2023 16:33:34 +1100 Subject: [PATCH] remove unused global --- src/port1.0/portbuild.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port1.0/portbuild.tcl b/src/port1.0/portbuild.tcl index 8af745b606..90886dc7fb 100644 --- a/src/port1.0/portbuild.tcl +++ b/src/port1.0/portbuild.tcl @@ -196,7 +196,7 @@ proc portbuild::build_getjobsarg {args} { } proc portbuild::build_start {args} { - global UI_PREFIX build.cmd + global UI_PREFIX ui_notice "$UI_PREFIX [format [msgcat::mc "Building %s"] [option subport]]" }