From: Eric Bollengier Date: Mon, 20 Oct 2008 16:51:23 +0000 (+0000) Subject: ebl update comments X-Git-Tag: Release-3.0.0~752 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e926ae28f377d6ceadbbdc41cde947134e258107;p=bacula%2Fbacula ebl update comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7846 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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`