X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=push-all;h=545cbe216a7bc120653205fbcf82c46b0db53d57;hb=8303bba8eb64a88797ebfda1e9010ca963f4c1bc;hp=d4491cfae41168fd3bbeccb0da2fb1b0c633e17c;hpb=d4ecd3d07eeea6e66e4da40f9675e59c8afd5498;p=ghc-hetmet.git diff --git a/push-all b/push-all index d4491cf..545cbe2 100644 --- a/push-all +++ b/push-all @@ -67,6 +67,9 @@ sub pushall { message "== $localpath repo not present; skipping"; } } + elsif (! /^(#.*)?$/) { + die "Bad line: $_"; + } } close IN; }