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

Collapse All | Expand All

(-)gpg.org/gpg.php (-1 / +1 lines)
Lines 3072-3078 class GnuPG Link Here
3072
		$lastSecondCommands='';
3072
		$lastSecondCommands='';
3073
3073
3074
		if( $usePassphrase )
3074
		if( $usePassphrase )
3075
			$lastSecondCommands .= ' --command-fd '.PASSPHRASE_FD;
3075
			$lastSecondCommands .= ' --batch --command-fd '.PASSPHRASE_FD;
3076
		else
3076
		else
3077
			$lastSecondCommands .= ' --batch';
3077
			$lastSecondCommands .= ' --batch';
3078
3078

Return to bug 202406