From: K. Richard Pixley Date: Thu, 19 Dec 1991 23:58:40 +0000 (+0000) Subject: print version number nicely X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b940b7c22e480128118cc95a3aecb5aefcc29359;p=binutils-gdb.git print version number nicely --- diff --git a/configure b/configure index 09d1c166807..b2ad6022a41 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) ;;