From b3a0b328a4da485042418059c151d8609ccead75 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Tue, 15 Jun 2004 06:31:34 +0000 Subject: [PATCH] * Improve the version checking. svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320825 --- make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-package.sh b/make-package.sh index 2ac5df6..4142cda 100755 --- a/make-package.sh +++ b/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