1
0
mirror of synced 2026-01-27 04:02:09 +00:00

2007-03-11 16:43:42 by steve

Minor bugfix.
This commit is contained in:
steve
2007-03-11 16:43:42 +00:00
parent ab484bf566
commit efa7810439

View File

@@ -184,6 +184,8 @@ sub parseCommandLineArguments
# Misc. options
"admins=s", \$CONFIG{'admins'},
"kernel=s", \$CONFIG{'kernel'},
"initrd=s", \$CONFIG{'initrd'},
"force", \$CONFIG{'force'},
"template=s", \$CONFIG{'template'},
@@ -199,7 +201,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.1 $';
my $REVISION = '$Revision: 1.2 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;