projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a4b3f5b
)
Fix msg for missing IDMETA
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Apr 2010 13:04:17 +0000
(15:04 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Apr 2010 13:04:17 +0000
(15:04 +0200)
id-deb-build/id-mk-dist.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/id-mk-dist.sh
b/id-deb-build/id-mk-dist.sh
index
6ab0876
..
1099a08
100755
(executable)
--- 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