chiark / gitweb /
Reject non-option args to u-d-mi
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 1 Sep 2009 14:12:27 +0000 (15:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 1 Sep 2009 14:12:27 +0000 (15:12 +0100)
yarrg/update-master-info

index 1dd432ff895584365fbc7c2aebfbe05193466562..00aee34b890767cf308ec43c226128caefce701b 100755 (executable)
@@ -75,6 +75,7 @@ while (@ARGV && $ARGV[0] =~ m/^-/) {
        else { die "$_ ?"; }
     }
 }
+die if @ARGV;
 
 die if @specoceans && $alloceans;