X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=id-deb-build%2Fid-mk-dist.sh;h=1099a08d9fb61fed57cf8050529f42dc889e4532;hb=f96e3939efa5332bb795fe87626a4b3f42bb9f74;hp=6ab0876bd554efb2c6e0f82f98d08600d91d3960;hpb=07b65691f3d98408993e1b417a91e5e8e37d8e38;p=git-tools-moved-to-github.git 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