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
(parent:
a6e8771
)
Insert error-message-and-exit at top.
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 10 Aug 2010 16:41:24 +0000
(17:41 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 10 Aug 2010 16:41:24 +0000
(17:41 +0100)
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
1099a08
..
02d91a4
100755
(executable)
--- a/
id-deb-build/id-mk-dist.sh
+++ b/
id-deb-build/id-mk-dist.sh
@@
-1,3
+1,6
@@
+echo "id-mk-dist.sh is deprecated -- use mkdist.sh instead"
+exit 1
+
#!/bin/sh
if test ! -f debian/changelog; then
echo "debian/changelog not found"