https://bugzilla.novell.com/show_bug.cgi?id=836235 https://bugzilla.novell.com/show_bug.cgi?id=836235#c11 --- Comment #11 from Russell Miller <russellx.j.miller@intel.com> 2013-12-04 17:34:42 UTC --- I am unsure if this patch will work, but I will test it. The reason I'm unsure is that the $errorstring was set to "Error" just before this conditional. $errorstring will NEVER eq ^"Fatal IO Err". Unless I am completely missing something. The =~ checks the argument on the right as a regular expression against the variable on the left. So in this case, ${errorstring} =~ ^"Fatal IO Err" is kind of a nonsequitur, considering it's already been set to "Error" just a couple of lines up. I don't understand why my patch is inadequate. I tested it, it works, and it does exactly what's needed and no more. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.