diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-19 23:58:40 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-19 23:58:40 +0000 |
commit | b940b7c22e480128118cc95a3aecb5aefcc29359 (patch) | |
tree | 2ccf4c9c981310ab4d1276390a5a5d79fb6defe1 /configure | |
parent | 0c72405d836b71de8ba71290d4c2b855179c835c (diff) | |
download | gdb-b940b7c22e480128118cc95a3aecb5aefcc29359.zip gdb-b940b7c22e480128118cc95a3aecb5aefcc29359.tar.gz gdb-b940b7c22e480128118cc95a3aecb5aefcc29359.tar.bz2 |
print version number nicely
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ;; |