From 8ea67657bc24d326897b6b08afe85f2bb5ac739a Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 18 Mar 2004 22:44:15 +0000 Subject: [PATCH] Provide more information in error message. --- configure/tools/convertRelease.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index de5efd329..7a07040c6 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -72,7 +72,7 @@ $outfile = $ARGV[0]; # Read the RELEASE file(s) $relfile = "$top/configure/RELEASE"; -die "Can't find configure/RELEASE file" unless (-r $relfile); +die "Can't find $relfile" unless (-r $relfile); &readReleaseFiles($relfile, \%macros, \@apps); &expandRelease(\%macros, \@apps);