Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96334 | Differences between
and this patch

Collapse All | Expand All

(-)flexbackup (-3 / +3 lines)
Lines 5396-5405 Link Here
5396
	    my $shell = $1;
5396
	    my $shell = $1;
5397
	    my $ver = $2;
5397
	    my $ver = $2;
5398
	    if ($shell eq 'bash') {
5398
	    if ($shell eq 'bash') {
5399
		if ($ver =~ m/^2/) {
5399
		if ($ver =~ m/^1/) {
5400
		    $::shelltype{$host} = 'bash2';
5401
		} else {
5402
		    $::shelltype{$host} = 'bash1';
5400
		    $::shelltype{$host} = 'bash1';
5401
		} else {
5402
		    $::shelltype{$host} = 'bash2';
5403
		}
5403
		}
5404
	    } else {
5404
	    } else {
5405
		$::shelltype{$host} = $shell;
5405
		$::shelltype{$host} = $shell;

Return to bug 96334