From ed5db5da10e3d91f1e252f91c41e8970e4a69fe6 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Tue, 14 Nov 2006 13:23:02 +0000 Subject: Changed error message --- iurt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index d5614a5..6fc4102 100755 --- a/iurt2 +++ b/iurt2 @@ -182,7 +182,7 @@ $run{todo} = [ ]; my ($path, $srpm); unless (-f $_ && -r $_) { - die "FATAL $program_name: $_ not a file or cannot be read\n" + die "FATAL $program_name: $_ not a file or cannot be read\n"; } if (m,(.*/)([^/]*\.src\.rpm)$,) { @@ -191,7 +191,7 @@ $run{todo} = [ ]; ($path, $srpm) = (`pwd`, $1); chomp($path); } else { - die "FATAL $program_name: $_ does not seems to be a SRPM\n" + die "FATAL $program_name: $_ doesn't look like a SRPM\n"; } if (check_arch($_, $run{my_arch})) { -- cgit v1.2.1