diff -r -u 20110720/ccp4-6.2.0/ccp4i/scripts/check.script 20110722/ccp4-6.2.0/ccp4i/scripts/check.script
--- 20110720/ccp4-6.2.0/ccp4i/scripts/check.script	2010-09-08 15:03:06.000000000 +0100
+++ 20110722/ccp4-6.2.0/ccp4i/scripts/check.script	2011-07-22 09:43:43.000000000 +0100
@@ -194,13 +194,8 @@
   set status [Execute "[BinPath pplot]" $procheck_script program_status report -nocomments]
 
 # bplot
-  if { [regexp WINDOWS $system(OPSYS)] } {
-    WriteToLog "Running probplot program\nMain Chain Bond Lengths & Angles"
-    set status [Execute "[BinPath probplot]" $procheck_script program_status report -nocomments]
-  } else {
-    WriteToLog "Running bplot program\nMain Chain Bond Lengths & Angles"
-    set status [Execute "[BinPath bplot]" $procheck_script program_status report -nocomments]
-  }
+  WriteToLog "Running probplot program\nMain Chain Bond Lengths & Angles"
+  set status [Execute "[BinPath probplot]" $procheck_script program_status report -nocomments]
 
 # Add summary files to end of log file
 
