From e926ae28f377d6ceadbbdc41cde947134e258107 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 20 Oct 2008 16:51:23 +0000 Subject: [PATCH] ebl update comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7846 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 46015f0847..8e361865f1 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -114,7 +114,7 @@ check_files_written() # Get information from logs get_mig_info() { - # index of the job in the log (start from 0) + # Prev Backup JobId JOBID=$1 LOG=$2 RET=`awk -v jobid=$JOBID -F: '/Prev Backup JobId/ { cjid=$2 } /New Backup JobId/ { if (cjid == jobid) { print $2 } }' $LOG` -- 2.39.5