summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-29 15:19:34 +0000
committerIan Lynagh <igloo@earth.li>2008-07-29 15:19:34 +0000
commit0055054b55e26c70f316073e319722cd3737dcdc (patch)
treeedd491902656e85c5dae6e696bafc16dc91cc2b4 /darcs-all
parentcae1d339a8689711f618c0835d53c4fb2ba91826 (diff)
downloadhaskell-0055054b55e26c70f316073e319722cd3737dcdc.tar.gz
Add some comments to packages/darcs-all
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/darcs-all b/darcs-all
index d53ed3630f..0462930a07 100644
--- a/darcs-all
+++ b/darcs-all
@@ -75,7 +75,7 @@ sub darcsall {
message "== $localpath repo not present; skipping";
}
}
- elsif (! /^$/) {
+ elsif (! /^(#.*)?$/) {
die "Bad line: $_";
}
}