Insert error-message-and-exit at top.
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 10 Aug 2010 16:41:24 +0000 (17:41 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 10 Aug 2010 16:41:24 +0000 (17:41 +0100)
id-deb-build/id-mk-dist.sh

index 1099a08..02d91a4 100755 (executable)
@@ -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"