X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=push-all;fp=push-all;h=545cbe216a7bc120653205fbcf82c46b0db53d57;hp=d4491cfae41168fd3bbeccb0da2fb1b0c633e17c;hb=0d2fd55fb1518d4ef715f36625dc1d788ad15c32;hpb=0055054b55e26c70f316073e319722cd3737dcdc 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; }