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 (-1 / +1 lines)
Lines 5396-5402 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/^2|^3/) {
5400
		    $::shelltype{$host} = 'bash2';
5400
		    $::shelltype{$host} = 'bash2';
5401
		} else {
5401
		} else {
5402
		    $::shelltype{$host} = 'bash1';
5402
		    $::shelltype{$host} = 'bash1';

Return to bug 96334