diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-29 15:19:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-29 15:19:34 +0000 |
commit | 0055054b55e26c70f316073e319722cd3737dcdc (patch) | |
tree | edd491902656e85c5dae6e696bafc16dc91cc2b4 /darcs-all | |
parent | cae1d339a8689711f618c0835d53c4fb2ba91826 (diff) | |
download | haskell-0055054b55e26c70f316073e319722cd3737dcdc.tar.gz |
Add some comments to packages/darcs-all
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ sub darcsall { message "== $localpath repo not present; skipping"; } } - elsif (! /^$/) { + elsif (! /^(#.*)?$/) { die "Bad line: $_"; } } |