3 echo Checking that each
command expects each option only once
8 if echo $OS |
grep -i windows
; then
9 echo Noone knows how to handle newlines under cygwin
, so we skip this
test
17 for i
in `darcs --commands | grep -v -- -- | xargs echo`; do
18 echo -n Checking
$i...
' '
19 # only output actual command options, i.e. lines that contain a --
20 darcs
$i --help |
grep -- "--" |
sort > $i