[kisgearth commit] r23 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 26, 2008, 5:44:11 PM11/26/08
to kisg...@googlegroups.com
Author: richard.sammet
Date: Wed Nov 26 14:44:05 2008
New Revision: 23

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;

Reply all
Reply to author
Forward
0 new messages