* Improve the version checking.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320825
wilder
Michael Pyne 22 years ago
parent b16d859428
commit b3a0b328a4
  1. 2
      make-package.sh

@ -26,7 +26,7 @@ if [ $# -ne 1 ]; then
fi
# Check that I didn't forget to alter the version in the script.
if [ "x`./kdecvs-build -v | grep $VERSION`" == "x" ]; then
if [ "x`./kdecvs-build -v | grep \\b$VERSION\\b`" == "x" ]; then
echo "kdecvs-build reports the wrong version, you must fix that first!"
exit 1
fi

Loading…
Cancel
Save