Fix syntax error in detection of pygrub needing Ubuntu releases
This commit is contained in:
parent
b427cf74b2
commit
e3444880a6
@ -1590,7 +1590,7 @@ sub checkArguments
|
||||
#
|
||||
# Lucid doesn't work without pygrub
|
||||
#
|
||||
if ( $CONFIG{ 'dist' } =~ s/lucid|maverick/ )
|
||||
if ( $CONFIG{ 'dist' } =~ /lucid|maverick/ )
|
||||
{
|
||||
$CONFIG{ 'pygrub' } = 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user