move -v option line to top

This commit is contained in:
luedeke
2008-01-17 10:03:08 +00:00
parent ea09b3e6d7
commit be3d046bcc
+1 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh
if [ "$1" = "-v" ];then echo "\$Header: /cvs/G/DRV/misc/App/scripts/bootlink,v 1.3 2008/01/17 10:03:08 luedeke Exp $";exit;fi
if [ $# -lt 2 ] || [ "$1" = "-?" ]
then
echo "using: $0 (<newbase>|-) <IOC> [<IOC2> [...]]"
@@ -6,7 +7,6 @@ then
echo "if <newbase> = \"-\" it shows the current links"
exit
fi
if [ "$1" = "-v" ];then echo "\$Header: /cvs/G/DRV/misc/App/scripts/bootlink,v 1.2 2007/10/29 13:23:57 krempaska Exp $";exit;fi
if [ -d /usr/oracle-9.2 ] ; then
export ORACLE_HOME=/usr/oracle-9.2
else