aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-12-19 23:58:40 +0000
committerK. Richard Pixley <rich@cygnus>1991-12-19 23:58:40 +0000
commitb940b7c22e480128118cc95a3aecb5aefcc29359 (patch)
tree2ccf4c9c981310ab4d1276390a5a5d79fb6defe1 /configure
parent0c72405d836b71de8ba71290d4c2b855179c835c (diff)
downloadgdb-b940b7c22e480128118cc95a3aecb5aefcc29359.zip
gdb-b940b7c22e480128118cc95a3aecb5aefcc29359.tar.gz
gdb-b940b7c22e480128118cc95a3aecb5aefcc29359.tar.bz2
print version number nicely
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 09d1c166..b2ad602 100755
--- 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) ;;