mirror of https://github.com/CGAL/cgal
Fix typo in dependency check message
This commit is contained in:
parent
a14d27436d
commit
54cfef9dc7
|
|
@ -50,7 +50,7 @@ do
|
||||||
fi
|
fi
|
||||||
PKG_DIFF=$(grep -Fxv -f "$pkg_path/package_info/$pkg/dependencies" "$pkg_path/package_info/$pkg/dependencies.old" || true)
|
PKG_DIFF=$(grep -Fxv -f "$pkg_path/package_info/$pkg/dependencies" "$pkg_path/package_info/$pkg/dependencies.old" || true)
|
||||||
if [ -n "$PKG_DIFF" ]; then
|
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
|
fi
|
||||||
if [ -f $pkg_path/package_info/$pkg/dependencies.old ]; then
|
if [ -f $pkg_path/package_info/$pkg/dependencies.old ]; then
|
||||||
rm $pkg_path/package_info/$pkg/dependencies.old
|
rm $pkg_path/package_info/$pkg/dependencies.old
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue