Index: mttroot/mtt/bin/mtt_version ================================================================== --- mttroot/mtt/bin/mtt_version +++ mttroot/mtt/bin/mtt_version @@ -13,17 +13,24 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 1998/05/28 09:31:44 peterg +## Cosmetic changes +## ## Revision 1.1 1998/05/28 09:31:13 peterg ## Initial revision ## ############################################################### -echo $1: `$1 --version | head -1` +if [ -z "$2" ]; then + echo $1: `$1 --version | head -1` +else + echo $1: $2 +fi