From f4900acc60ab026e08a8b16f0f8883c313a7b579 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 11 Aug 2017 17:16:56 +0200 Subject: [PATCH] Fix xmpp notification about level --- package_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_check.sh b/package_check.sh index 73de5e3..7389db0 100755 --- a/package_check.sh +++ b/package_check.sh @@ -1220,7 +1220,7 @@ then fi # Get the previous level, found in the file list_level_stable - previous_level=$(grep "$job" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2) + previous_level=$(grep "^$job:" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2) # Print the variation of the level. If this level is different than 0 if [ $global_level -gt 0 ]