From d7f3b4726ae09478e400b8e5aef394196025bb4e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 13 Apr 2010 15:04:17 +0200 Subject: [PATCH] Fix msg for missing IDMETA --- id-deb-build/id-mk-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id-deb-build/id-mk-dist.sh b/id-deb-build/id-mk-dist.sh index 6ab0876..1099a08 100755 --- a/id-deb-build/id-mk-dist.sh +++ b/id-deb-build/id-mk-dist.sh @@ -5,7 +5,7 @@ if test ! -f debian/changelog; then fi PRODUCT=`head -1 debian/changelog |awk '{print $1}'` if test ! -f IDMETA; then - echo "VERSION not found in current directory" + echo "IDMETA not found in current directory" exit 1 fi . ./IDMETA -- 1.7.10.4