aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-04 00:21:37 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-04 00:21:37 +0000
commit6e386b445115bbc0fa68fd23c7395e3e5d8c7e9c (patch)
tree468fc7ea04d3c97b97045e5076656312fd7f5e2c /autogen.sh
parentd45629555bb6f97e448d4002a39f84c4a8250322 (diff)
Eliminate an extra comma from a message.
svn path=/trunk/; revision=429
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 51a6a5f6e2..918cd447f9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.2 1999/07/27 05:19:10 gram Exp $
+# $Id: autogen.sh,v 1.3 1999/08/04 00:21:37 guy Exp $
DIE=0
PROJECT="Ethereal"
@@ -28,7 +28,7 @@ if test "$DIE" -eq 1 ; then
fi
if test -z "$*"; then
- echo "Running ./configure with no arguments. If you wish to pass any,",
+ echo "Running ./configure with no arguments. If you wish to pass any,"
echo "please specify them on the $0 command line."
fi