Modified:
trunk/kisgearth.pl
Log:
fixed a stupid -V option bug... silly me!
Modified: trunk/kisgearth.pl
==============================================================================
--- trunk/kisgearth.pl (original)
+++ trunk/kisgearth.pl Wed Nov 26 14:44:05 2008
@@ -640,7 +640,7 @@
exit 0;
}elsif(($ARGV[$optcnt] eq '-V') or ($ARGV[$optcnt] eq '--version')) {
&print_version();
- return 0;
+ exit 0;
}elsif(($ARGV[$optcnt] eq '-v') or ($ARGV[$optcnt] eq '--verbose')) {
if($MSGLVL < 2) {
$MSGLVL = 2;