From 8e8cd379cb9cb82b70d8a0de70543ff09840edf5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Mar 2011 14:49:51 +0100 Subject: scripts/check-near-bragg: Shorten over-long line --- scripts/check-near-bragg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg index 027dcbdd..6c46fde6 100755 --- a/scripts/check-near-bragg +++ b/scripts/check-near-bragg @@ -37,7 +37,9 @@ while ( $line = ) { if ( $line =~ /^$/ ) { close(TMP); #$filename = "images-old/".basename($filename); - system("hdfsee ".$filename." --peak-overlay=list.tmp --binning=1 --int-boost=10"); + printf(STDERR "Viewing %s\n", $filename); + system("hdfsee ".$filename. + " --peak-overlay=list.tmp --binning=1 --int-boost=10"); if ( $? != 0 ) { exit; } unlink("list.tmp"); open(TMP, "> list.tmp"); -- cgit v1.2.3