print version number nicely
authorK. Richard Pixley <rich@cygnus>
Thu, 19 Dec 1991 23:58:40 +0000 (23:58 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 19 Dec 1991 23:58:40 +0000 (23:58 +0000)
configure

index 09d1c166807992642676397fb7bed4e6dc0d5b10..b2ad6022a41675e803f383bfd6d38aa12c841043 100755 (executable)
--- a/configure
+++ b/configure
@@ -246,7 +246,7 @@ do
                        verbose=${arg}
                        ;;
                -version | -V | --version | --V)
-                       echo "This is Cygnus Configure version" ${version}
+                       echo "This is Cygnus Configure version" `echo ${version} | sed 's/[ $:]//g'`
                        exit 0
                        ;;
                -x | --x) ;;