chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.web-live.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df0d91
)
Reject non-option args to u-d-mi
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Sep 2009 14:12:27 +0000
(15:12 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 1 Sep 2009 14:12:27 +0000
(15:12 +0100)
yarrg/update-master-info
patch
|
blob
|
history
diff --git
a/yarrg/update-master-info
b/yarrg/update-master-info
index 1dd432ff895584365fbc7c2aebfbe05193466562..00aee34b890767cf308ec43c226128caefce701b 100755
(executable)
--- a/
yarrg/update-master-info
+++ b/
yarrg/update-master-info
@@
-75,6
+75,7
@@
while (@ARGV && $ARGV[0] =~ m/^-/) {
else { die "$_ ?"; }
}
}
+die if @ARGV;
die if @specoceans && $alloceans;