Fix typo in dependency check message

This commit is contained in:
Mael Rouxel-Labbé 2022-10-25 13:31:20 +02:00
parent a14d27436d
commit 54cfef9dc7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ do
fi
PKG_DIFF=$(grep -Fxv -f "$pkg_path/package_info/$pkg/dependencies" "$pkg_path/package_info/$pkg/dependencies.old" || true)
if [ -n "$PKG_DIFF" ]; then
TOTAL_RES="Differences in $pkg:\n$PKG_DIFF\mhave disappeared.\n$TOTAL_RES"
TOTAL_RES="Differences in $pkg:\n$PKG_DIFF\nhave disappeared.\n$TOTAL_RES"
fi
if [ -f $pkg_path/package_info/$pkg/dependencies.old ]; then
rm $pkg_path/package_info/$pkg/dependencies.old