Update unified/build_unified.sh
fix sentence overall
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user