git@sv
/
autobuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edaa6c1
)
Typo.
author
Simon Josefsson
<simon@josefsson.org>
Sat, 2 Oct 2004 21:13:28 +0000
(21:13 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Sat, 2 Oct 2004 21:13:28 +0000
(21:13 +0000)
autobuild
patch
|
blob
|
history
diff --git
a/autobuild
b/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.5
5
$';
+ my ($rev) = '$Revision: 1.5
6
$';
$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;
}