aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt24
1 files changed, 2 insertions, 2 deletions
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})) {