From 49b6cbba082c7d9fd42d1a11713ad71ffebeaf27 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 15 Mar 2009 22:15:35 +0100 Subject: reset previous FOLLOW_PID --- src/core/libs/lib-ui.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/libs/lib-ui.sh') diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh index dc207e6..50d087a 100644 --- a/src/core/libs/lib-ui.sh +++ b/src/core/libs/lib-ui.sh @@ -267,6 +267,7 @@ follow_progress () { [ -z "$1" ] && die_error "follow_progress needs a title!" [ -z "$2" ] && die_error "follow_progress needs a logfile to follow!" + FOLLOW_PID= [ "$var_UI_TYPE" = dia ] && { _dia_follow_progress "$@" ; return $? ; } [ "$var_UI_TYPE" = cli ] && { _cli_follow_progress "$@" ; return $? ; } } -- cgit v1.2.3-54-g00ecf