From 33dd56f6e3725133e7d537db4d25b5563d26f2e8 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 13 Nov 2008 13:42:58 +0100 Subject: probably check_depend pretty title fix --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 29fb765..472c878 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -11,7 +11,7 @@ check_depend () ended_ok $1 $2 && return 0 subject="$1 $2" - title=worker_$1_$2_title + title=$1_$2_title [ -n "${!title}" ] && subject="'${!title}'" show_warning "Cannot Continue. Going back to $2" "You must do $subject first before going here!." && return 1 } -- cgit v1.2.3-54-g00ecf