You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
restore::main: add missing variable declaration
This commit is contained in:
@@ -61,7 +61,7 @@ namespace eval restore {
|
||||
# 0 if success
|
||||
|
||||
global macports::ui_options
|
||||
set ui_prefix [string map {--- ===} $::macports::ui_prefix]
|
||||
variable ui_prefix [string map {--- ===} $::macports::ui_prefix]
|
||||
|
||||
if {[migrate::needs_migration]} {
|
||||
ui_error "You need to run 'sudo port migrate' before running restore"
|
||||
|
||||
Reference in New Issue
Block a user