Update unified/build_unified.sh

fix sentence overall
This commit is contained in:
Yaniv Kaul
2023-12-05 15:23:38 +02:00
committed by GitHub
parent 8f97429b16
commit fef565482c

View File

@@ -80,7 +80,7 @@ for pkg in $PKGS; do
dirname=$(basename "$pkg"| sed -e "s/-$VERSION_ESC-$RELEASE_ESC\.[^.]*\.tar\.gz//")
dirname=${dirname/#$PRODUCT/scylla}
if [ ! -d "$BASEDIR/$dirname" ]; then
echo "Directory $dirname not found in $pkg, the package may corrupted."
echo "Directory $dirname not found in $pkg, the package might be corrupted."
exit 1
fi
done