From 22f186bdcd228807771c3caa0bac857715a57772 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 21 Apr 2014 11:53:01 -0400 Subject: be specific --- SelectiveWholeGenomeAmplification | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SelectiveWholeGenomeAmplification') diff --git a/SelectiveWholeGenomeAmplification b/SelectiveWholeGenomeAmplification index e807690..5b33be1 100755 --- a/SelectiveWholeGenomeAmplification +++ b/SelectiveWholeGenomeAmplification @@ -185,12 +185,12 @@ export primer_weight echo # check foreground and background if [[ ! -f "$foreground" ]]; then - echo "Error: could not open $foreground" + echo "Error: could not open foreground: $foreground" exit 1 fi if [[ ! -f "$background" ]]; then - echo "Error: could not open $background" + echo "Error: could not open background: $background" exit 1 fi -- cgit v1.2.3