aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-01 22:37:43 +0000
committerRichard M. Stallman <[email protected]>1993-06-01 22:37:43 +0000
commit7b7a9d23d4b434b694d6d7db4b9cabe0d801a641 (patch)
treed3ab867295c9ef6fb0f82ef62d585d5bfa7994c7 /make-dist
parentbf3b07d38c36d8c63045e34b75486425502949db (diff)
Don't hassle me about emacs.texi.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index b95156b9aa..fb54f59758 100755
--- a/make-dist
+++ b/make-dist
@@ -73,7 +73,7 @@ if grep -s "GNU Emacs version ${version}" ./man/emacs.texi > /dev/null; then
true
else
echo "You must update the version number in \`./man/emacs.texi'"
- exit 1
+ sleep 5
fi
### Make sure the subdirectory is available.