Typo.
authorSimon Josefsson <simon@josefsson.org>
Sat, 2 Oct 2004 21:13:28 +0000 (21:13 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 2 Oct 2004 21:13:28 +0000 (21:13 +0000)
autobuild

index ac4368ac28db7da911e1ac5f2f4ac4856346e7fe..0c5a22463bfcd595d84d37fb507f5184c4fba684 100755 (executable)
--- a/autobuild
+++ b/autobuild
@@ -88,7 +88,7 @@ if ($PrintHelp || (!$PrintVersion && $#ARGV == -1)) {
 
 # Handle --verison.
 if ($PrintVersion) {
-    my ($rev) = '$Revision: 1.55 $';
+    my ($rev) = '$Revision: 1.56 $';
     $rev = $1 if $rev =~ m/Revision: (\S+) /;
     print "autobuild (autobuild) $rev\n";
     print "\n";
@@ -129,7 +129,7 @@ foreach $arg (@ARGV) {
     } elsif (-f $arg) {
        push @files, $arg;
     } else {
-       warn "Skipping unknown file: $arg";
+       warn "Skipping unknown file file: $arg";
        next;
     }